Lucene.Net 1.4.3 Class Library

ParallelMultiSearcher Methods

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

Public Instance Methods

Close (inherited from MultiSearcher) 
Doc (inherited from MultiSearcher) 
DocFreq TODO: parallelize this one too
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
Explain (inherited from MultiSearcher) 
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 (inherited from MultiSearcher) 
Rewrite 
SearchOverloaded. A search implementation allowing sorting which spans a new thread for each Searchable, waits for each search to complete and merges the results back together.
Search (inherited from Searcher)Overloaded. Returns documents matching
query
and
filter
, sorted by
sort
.
SearcherIndex (inherited from MultiSearcher)Call {@link #subSearcher} instead.
SetSimilarity (inherited from Searcher)Expert: Set the Similarity implementation used by this Searcher.
SubDoc (inherited from MultiSearcher)Returns the document number of document
n
within its sub-index.
SubSearcher (inherited from MultiSearcher)Returns 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 (inherited from MultiSearcher) 

See Also

ParallelMultiSearcher Class | Lucene.Net.Search Namespace