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 SummaryFieldsModifier and TypeFieldDescriptionThe list of terms, if op is OR or ANDThe word, if op is WORD or NOTWORD
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
op
- 
termsThe list of terms, if op is OR or AND
- 
wordThe word, if op is WORD or NOTWORD
 
- 
- 
Constructor Details- 
FulltextQuerypublic FulltextQuery()
 
- 
- 
Method Details- 
isPhrasepublic boolean isPhrase()Checks if the word is a phrase.
 
-