An abstract base class for search implementations. Implements the main search methods.

Note that you can only access hits from a Searcher as long as it is not yet closed, otherwise an IOException will be thrown.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract class Searcher : MarshalByRefObject, 
	Searchable, IDisposable
Visual Basic
Public MustInherit Class Searcher _
	Inherits MarshalByRefObject _
	Implements Searchable, IDisposable
Visual C++
public ref class Searcher abstract : public MarshalByRefObject, 
	Searchable, IDisposable

Inheritance Hierarchy

See Also