A Query that matches documents containing a term.
This may be combined with other terms with a {@link BooleanQuery}.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
[SerializableAttribute] public class TermQuery : Query |
Visual Basic |
---|
<SerializableAttribute> _ Public Class TermQuery _ Inherits Query |
Visual C++ |
---|
[SerializableAttribute] public ref class TermQuery : public Query |