The set of terms for this filter.

Namespace: Lucene.Net.Search
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

Syntax

C#
protected HashSet<Term> terms
Visual Basic
Protected terms As HashSet(Of Term)
Visual C++
protected:
HashSet<Term^>^ terms

See Also