public static class FulltextQueryAnalyzer.FulltextQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
FulltextQueryAnalyzer.Op |
op |
List<FulltextQueryAnalyzer.FulltextQuery> |
terms
The list of terms, if op is OR or AND
|
String |
word
The word, if op is WORD or NOTWORD
|
| Constructor and Description |
|---|
FulltextQuery() |
public FulltextQueryAnalyzer.Op op
public List<FulltextQueryAnalyzer.FulltextQuery> terms
public FulltextQuery()
public boolean isPhrase()
Copyright © 2019 Nuxeo. All rights reserved.