Class FieldQuery.QueryPhraseMap
Internal structure of a query for highlighting: represents
a nested query structure
Inheritance
FieldQuery.QueryPhraseMap
Assembly: Lucene.Net.Highlighter.dll
Syntax
public class FieldQuery.QueryPhraseMap
Constructors
QueryPhraseMap(FieldQuery)
Internal structure of a query for highlighting: represents
a nested query structure
Declaration
public QueryPhraseMap(FieldQuery fieldQuery)
Parameters
Properties
Boost
Internal structure of a query for highlighting: represents
a nested query structure
Declaration
public virtual float Boost { get; }
Property Value
IsTerminal
Internal structure of a query for highlighting: represents
a nested query structure
Declaration
public virtual bool IsTerminal { get; }
Property Value
Slop
Internal structure of a query for highlighting: represents
a nested query structure
Declaration
public virtual int Slop { get; }
Property Value
TermOrPhraseNumber
Internal structure of a query for highlighting: represents
a nested query structure
Declaration
public virtual int TermOrPhraseNumber { get; }
Property Value
Methods
GetTermMap(string)
Internal structure of a query for highlighting: represents
a nested query structure
Declaration
public virtual FieldQuery.QueryPhraseMap GetTermMap(string term)
Parameters
Type |
Name |
Description |
string |
term |
|
Returns
IsValidTermOrPhrase(IList<TermInfo>)
Internal structure of a query for highlighting: represents
a nested query structure
Declaration
public virtual bool IsValidTermOrPhrase(IList<FieldTermStack.TermInfo> phraseCandidate)
Parameters
Returns
SearchPhrase(IList<TermInfo>)
Internal structure of a query for highlighting: represents
a nested query structure
Declaration
public virtual FieldQuery.QueryPhraseMap SearchPhrase(IList<FieldTermStack.TermInfo> phraseCandidate)
Parameters
Returns