public abstract class GcqlProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
presentableFields |
protected List<String> |
searchableFields |
| Constructor and Description |
|---|
GcqlProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
findPresentable(String proj) |
abstract search.library.util.cql.query.tree.GCQLNode |
parseQuery(String gCQLQuery) |
abstract GcqlQueryContainer |
processQuery(List<String> presentableFields,
List<String> searchableFields) |
static String |
removeQuotes(String term) |
static String[] |
splitTerms(String term) |
public abstract search.library.util.cql.query.tree.GCQLNode parseQuery(String gCQLQuery) throws Exception
Exceptionpublic abstract GcqlQueryContainer processQuery(List<String> presentableFields, List<String> searchableFields) throws Exception
ExceptionCopyright © 2014. All Rights Reserved.