Lucene.Net 1.4.3 Class Library

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}.
DocExpert: 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.
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