Table of Contents

Interface ISearcherReference

Namespace
Examine.Lucene.Search
Assembly
Examine.Lucene.dll

Represents a searcher reference

public interface ISearcherReference : IDisposable
Inherited Members

Remarks

Dispose will release it from the manager

Properties

IndexSearcher

The index searcher

IndexSearcher IndexSearcher { get; }

Property Value

IndexSearcher