- seek(Term) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
-
- seek(TermEnum) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
-
- seekCeilingDocumentInformationIndex(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
-
Finds index to the first beyond the current whose document number is
greater than or equal to target, -1 if there is no such element.
- seekCeilingDocumentInformationIndex(int, int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
-
Finds index to the first beyond the current whose document number is
greater than or equal to target, -1 if there is no such element.
- seekCeilingDocumentInformationIndex(int, int, int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
-
Finds index to the first beyond the current whose document number is
greater than or equal to target, -1 if there is no such element.
- setInfoStream(PrintStream) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
Deprecated.
If non-null, information about merges and a message when
maxFieldLength is reached could be printed to this -- currently
not yet implemented.
- setMaxFieldLength(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
Deprecated.
- setMergeFactor(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
Deprecated.
The sweetspot for this implementation is somewhere around 2500 at 2K text large documents.
- setSimilarity(Similarity) - Method in class org.apache.lucene.store.instantiated.InstantiatedIndexWriter
-
Deprecated.
- setTermIndex(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTerm
-
- setVectorSpace(Map<String, List<InstantiatedTermDocumentInformation>>) - Method in class org.apache.lucene.store.instantiated.InstantiatedDocument
-
- size() - Method in class org.apache.lucene.store.instantiated.InstantiatedTermFreqVector
-
- skipTo(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermDocs
-
Skips entries to the first beyond the current whose document number is
greater than or equal to target.
- skipTo(int) - Method in class org.apache.lucene.store.instantiated.InstantiatedTermPositions
-
Skips entries to the first beyond the current whose document number is
greater than or equal to target.