Frees resources associated with this Searcher. Be careful not to call this method while you are still using objects like {@link Hits}.

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

Syntax

C#
void Close()
Visual Basic
Sub Close
Visual C++
void Close()

See Also