Package org.nuxeo.ecm.core.storage
Class FulltextQueryAnalyzer.FulltextQuery
java.lang.Object
org.nuxeo.ecm.core.storage.FulltextQueryAnalyzer.FulltextQuery
- Enclosing class:
- FulltextQueryAnalyzer
Structured fulltext query.
-
Field Summary
Modifier and TypeFieldDescriptionThe list of terms, if op is OR or ANDThe word, if op is WORD or NOTWORD -
Constructor Summary
-
Method Summary
-
Field Details
-
op
-
terms
The list of terms, if op is OR or AND -
word
The word, if op is WORD or NOTWORD
-
-
Constructor Details
-
FulltextQuery
public FulltextQuery()
-
-
Method Details
-
isPhrase
public boolean isPhrase()Checks if the word is a phrase.
-