Class FieldQuery
java.lang.Object
org.apache.lucene.search.vectorhighlight.FieldQuery
FieldQuery breaks down query object into terms/phrases and keeps
them in a QueryPhraseMap structure.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInternal structure of a query for highlighting: represents a nested query structure -
Method Summary
Modifier and TypeMethodDescriptiongetFieldTermMap(String fieldName, String term) searchPhrase(String fieldName, List<FieldTermStack.TermInfo> phraseCandidate)
-
Method Details
-
getFieldTermMap
- Returns:
- QueryPhraseMap
-
searchPhrase
public FieldQuery.QueryPhraseMap searchPhrase(String fieldName, List<FieldTermStack.TermInfo> phraseCandidate) - Returns:
- QueryPhraseMap
-