| Modifier and Type | Method and Description |
|---|---|
GcqlQueryContainer |
BDBGcqlProcessor.processQuery(ArrayList<String> presentableFields,
ArrayList<String> searchableFields,
String gCQLQuery,
RRadaptor adaptor) |
URI |
BDBWrapper.processQuery(String cqlQuery,
ArrayList<String> presentable,
ArrayList<String> searchable,
RRadaptor adaptor) |
| Modifier and Type | Method and Description |
|---|---|
URI |
IndexSearch.executeCqlQuery(ArrayList<String> presentable,
ArrayList<String> searchable,
String queryString,
boolean isComplete,
RRadaptor adaptor)
Fills the RSClient with results from executing the queryString on an
index (Lucene only).
|
| Modifier and Type | Field and Description |
|---|---|
protected RRadaptor |
GcqlProcessor.adaptor |
| Modifier and Type | Method and Description |
|---|---|
abstract GcqlQueryContainer |
GcqlProcessor.processQuery(ArrayList<String> presentableFields,
ArrayList<String> searchableFields,
String gCQLQuery,
RRadaptor adaptor) |
| Modifier and Type | Method and Description |
|---|---|
GcqlQueryContainer |
GeoGcqlProcessor.processQuery(ArrayList<String> presentableFields,
ArrayList<String> searchableFields,
String gCQLQuery,
RRadaptor adaptor) |
| Modifier and Type | Method and Description |
|---|---|
URI |
LuceneSearcher.executeCqlQuery(ArrayList<String> presentable,
ArrayList<String> searchable,
String queryString,
boolean isComplete,
RRadaptor adaptor)
Fills the RSClient with results from executing the queryString on an
index (Lucene only).
|
GcqlQueryContainer |
LuceneGcqlProcessor.processQuery(ArrayList<String> presentableFields,
ArrayList<String> searchableFields,
String gCQLQuery,
RRadaptor adaptor) |
| Constructor and Description |
|---|
LuceneSearchWorker(gr.uoa.di.madgik.grs.writer.RecordWriter<gr.uoa.di.madgik.grs.record.GenericRecord> rsWriter,
org.apache.lucene.index.IndexReader reader,
QueryTerm[] terms,
org.apache.lucene.search.Hits queryHits,
int numberOfHits,
FullTextIndexType idxType,
boolean isComplete,
ArrayList<String> presentable,
LinkedHashMap<String,String> projections,
QuerySnippetTermsPair querySnippetTermsPair,
RRadaptor adaptor)
The constructor
|
Copyright © 2014. All Rights Reserved.