Apache Lucene.Net 2.4.0 Class Library API

Searchable Methods

The methods of the Searchable interface are listed below. For a complete list of Searchable interface members, see the Searchable Members topic.

Public Instance Methods

CloseFrees resources associated with this Searcher. Be careful not to call this method while you are still using objects like {@link Hits}.
DocOverloaded. Expert: Returns the stored fields of document
i
. Called by {@link HitCollector} implementations.
DocFreqExpert: Returns the number of documents containing
term
. Called by search code to compute term weights.
DocFreqsExpert: For each term in the terms array, calculates the number of documents containing
term
. Returns an array with these document frequencies. Used to minimize number of remote calls.
Explain 
MaxDocExpert: Returns one greater than the largest possible document number. Called by search code to compute term weights.
RewriteExpert: called to re-write queries into primitive queries.
SearchOverloaded.  

See Also

Searchable Interface | Lucene.Net.Search Namespace