Package org.nuxeo.ecm.core.storage
Class FulltextQueryAnalyzer.FulltextQuery
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.FulltextQueryAnalyzer.FulltextQuery
-
- Enclosing class:
- FulltextQueryAnalyzer
public static class FulltextQueryAnalyzer.FulltextQuery extends Object
Structured fulltext query.
-
-
Field Summary
Fields Modifier and Type Field Description FulltextQueryAnalyzer.Op
op
List<FulltextQueryAnalyzer.FulltextQuery>
terms
The list of terms, if op is OR or ANDString
word
The word, if op is WORD or NOTWORD
-
Constructor Summary
Constructors Constructor Description FulltextQuery()
-
-
-
Field Detail
-
op
public FulltextQueryAnalyzer.Op op
-
terms
public List<FulltextQueryAnalyzer.FulltextQuery> terms
The list of terms, if op is OR or AND
-
word
public String word
The word, if op is WORD or NOTWORD
-
-