Lucene.Net 1.4.3 Class Library

MultiSearcher Methods

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

Public Instance Methods

Close 
Doc 
DocFreq 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Explain 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetSimilarity (inherited from Searcher) 
GetType (inherited from Object) Gets the Type of the current instance.
MaxDoc 
Rewrite 
SearchOverloaded.  
Search (inherited from Searcher)Overloaded. Returns documents matching
query
and
filter
, sorted by
sort
.
SearcherIndexCall {@link #subSearcher} instead.
SetSimilarity (inherited from Searcher)Expert: Set the Similarity implementation used by this Searcher.
SubDocReturns the document number of document
n
within its sub-index.
SubSearcherReturns index of the searcher for document
n
in the array used to construct this searcher.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Protected Internal Instance Methods

GetStarts 

See Also

MultiSearcher Class | Lucene.Net.Search Namespace