Class TermQuery
A Query that matches documents containing a term. This may be combined with other terms with a BooleanQuery.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public class TermQuery : Query
Constructors
Name | Description |
---|---|
TermQuery(Term) | Constructs a query for the term |
Properties
Name | Description |
---|---|
Term | Returns the term of this query. |
Methods
Name | Description |
---|---|
CreateWeight(Searcher) | |
Equals(Object) | Returns true iff |
ExtractTerms(Collections.Generic.ISet<Term>) | |
GetHashCode() | Returns a hash code value for this object. |
ToString(String) | Prints a user-readable version of this query. |