Overload List
Name | Description | |
---|---|---|
AddDocument(Document) | Adds a document to this index. If the document contains more than
{@link #SetMaxFieldLength(int)} terms for a given field, the remainder are
discarded.
| |
AddDocument(Document, Analyzer) | Adds a document to this index, using the provided analyzer instead of the
one specific in the constructor. If the document contains more than
{@link #SetMaxFieldLength(int)} terms for a given field, the remainder are
discarded.
|