Class TermQuery
A Query that matches documents containing a term. this may be combined with other terms with a BooleanQuery.
Assembly: DistributedLucene.Net.dll
Syntax
public class TermQuery : Query
Constructors
Name | Description |
---|---|
TermQuery(Term) | Constructs a query for the term |
TermQuery(Term, TermContext) | Expert: constructs a TermQuery that will use the provided docFreq instead of looking up the docFreq against the searcher. |
TermQuery(Term, Int32) | Expert: constructs a TermQuery that will use the
provided |
Properties
Name | Description |
---|---|
Term | Returns the term of this query. |
Methods
Name | Description |
---|---|
CreateWeight(IndexSearcher) | |
Equals(Object) | Returns |
ExtractTerms(ISet<Term>) | |
GetHashCode() | Returns a hash code value for this object. |
ToString(String) | Prints a user-readable version of this query. |