public class BasicIndexReader extends AbstractIndexReader
BasicIndexReader is used to read all the indexing information into memory for a indexed collection
Copyright: Copyright (c) 2005
Company: IST, Drexel University
collection, collectionReader, docIndexList, docKeyList, docrelationMatrix, doctermMatrix, initialized, relationdocMatrix, relationIndexList, relationSupported, termdocMatrix, termIndexList, termKeyList| Constructor and Description |
|---|
BasicIndexReader(String directory,
boolean relationSupported) |
BasicIndexReader(String directory,
boolean relationSupported,
CollectionReader collectionReader) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
It is required to call this method before reading out any indexing information.
|
close, getCollection, getDoc, getDoc, getDocKey, getDocRelationMatrix, getDocTermMatrix, getIRRelation, getIRRelation, getIRTerm, getIRTerm, getIRTerm, getOriginalDoc, getOriginalDoc, getRelaitonDocMatrix, getRelationDocFrequencyList, getRelationDocIndexList, getRelationDocList, getRelationFrequencyList, getRelationIndexList, getRelationList, getTermDocFrequencyList, getTermDocIndexList, getTermDocList, getTermDocMatrix, getTermFrequencyList, getTermIndexList, getTermKey, getTermList, isRelationSupported, setIRDocKeyList, setIRTermKeyListpublic BasicIndexReader(String directory, boolean relationSupported)
public BasicIndexReader(String directory, boolean relationSupported, CollectionReader collectionReader)
public void initialize()
IndexReaderCopyright © 2018 JULIE Lab, Germany. All rights reserved.