Class FieldQuery
Field
Inheritance
System.Object
FieldQuery
Namespace: Lucene.Net.Search.VectorHighlight
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class FieldQuery : object
Methods
| Improve this Doc View SourceApplyParentBoost(Query, Query)
Push parent's boost into a clone of query if parent has a non 1 boost.
Declaration
protected virtual Query ApplyParentBoost(Query query, Query parent)
Parameters
Type | Name | Description |
---|---|---|
Query | query | |
Query | parent |
Returns
Type | Description |
---|---|
Query |
GetFieldTermMap(String, String)
Declaration
public virtual FieldQuery.QueryPhraseMap GetFieldTermMap(string fieldName, string term)
Parameters
Type | Name | Description |
---|---|---|
System. |
fieldName | |
System. |
term |
Returns
Type | Description |
---|---|
Field |
QueryPhraseMap |
SearchPhrase(String, IList<FieldTermStack.TermInfo>)
Declaration
public virtual FieldQuery.QueryPhraseMap SearchPhrase(string fieldName, IList<FieldTermStack.TermInfo> phraseCandidate)
Parameters
Type | Name | Description |
---|---|---|
System. |
fieldName | |
IList<Field |
phraseCandidate |
Returns
Type | Description |
---|---|
Field |
QueryPhraseMap |