| Package | Description |
|---|---|
| org.gcube.indexmanagement.common | |
| org.gcube.indexmanagement.lucenewrapper |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexGenerator.createIndex(String indexName,
FullTextIndexType indexType,
boolean forceCreate)
Creates a new index
|
void |
IndexSearch.setIndexType(FullTextIndexType idxType)
Updates the IndexSearch' state object
|
void |
IndexGenerator.setIndexType(FullTextIndexType idxType)
Updates the Index' state object
|
| Modifier and Type | Method and Description |
|---|---|
void |
LuceneGenerator.createIndex(String indexName,
FullTextIndexType idxType,
boolean forceCreate)
Creates a new index
|
void |
LuceneSearcher.setIndexType(FullTextIndexType idxType)
Updates the IndexSearch' state object
|
void |
LuceneGenerator.setIndexType(FullTextIndexType idxType)
Updates the Index' state object
|
| 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.