Package | Description |
---|---|
org.nuxeo.ecm.core.storage |
Modifier and Type | Field and Description |
---|---|
List<FulltextQueryAnalyzer.FulltextQuery> |
FulltextQueryAnalyzer.FulltextQuery.terms
The list of terms, if op is OR or AND
|
Modifier and Type | Method and Description |
---|---|
static FulltextQueryAnalyzer.FulltextQuery |
FulltextQueryAnalyzer.analyzeFulltextQuery(String query)
Analyzes a fulltext query into a generic datastructure that can be used for each specific database.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FulltextQueryAnalyzer.hasPhrase(FulltextQueryAnalyzer.FulltextQuery ft) |
static void |
FulltextQueryAnalyzer.translate(FulltextQueryAnalyzer.FulltextQuery ft,
StringBuilder buf,
String or,
String and,
String andNot,
String wordStart,
String wordEnd,
Set<Character> wordCharsReserved,
String phraseStart,
String phraseEnd,
boolean quotePhraseWords) |
static String |
FulltextQueryAnalyzer.translateFulltext(FulltextQueryAnalyzer.FulltextQuery ft,
String or,
String and,
String andNot,
String phraseQuote)
Translate fulltext into a common pattern used by many servers.
|
static String |
FulltextQueryAnalyzer.translateFulltext(FulltextQueryAnalyzer.FulltextQuery ft,
String or,
String and,
String andNot,
String wordStart,
String wordEnd,
Set<Character> wordCharsReserved,
String phraseStart,
String phraseEnd,
boolean quotePhraseWords)
Translate fulltext into a common pattern used by many servers.
|
Copyright © 2015 Nuxeo SA. All rights reserved.