Class SearcherReference
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class SearcherReference : ISearcherReference, IDisposable
- Inheritance
-
SearcherReference
- Implements
- Inherited Members
Constructors
SearcherReference(SearcherManager)
public SearcherReference(SearcherManager searcherManager)
Parameters
searcherManager
SearcherManager
Properties
IndexSearcher
The index searcher
public IndexSearcher IndexSearcher { get; }
Property Value
- IndexSearcher
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool