Uses of Class
org.gcube.indexmanagement.common.FullTextIndexType

Packages that use FullTextIndexType
org.gcube.indexmanagement.common   
org.gcube.indexmanagement.lucenewrapper   
 

Uses of FullTextIndexType in org.gcube.indexmanagement.common
 

Methods in org.gcube.indexmanagement.common with parameters of type FullTextIndexType
 void IndexGenerator.createIndex(String indexName, FullTextIndexType indexType, boolean forceCreate)
          Creates a new index
 void IndexGenerator.setIndexType(FullTextIndexType idxType)
          Updates the Index' state object
 void IndexSearch.setIndexType(FullTextIndexType idxType)
          Updates the IndexSearch' state object
 

Uses of FullTextIndexType in org.gcube.indexmanagement.lucenewrapper
 

Methods in org.gcube.indexmanagement.lucenewrapper with parameters of type FullTextIndexType
 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
 

Constructors in org.gcube.indexmanagement.lucenewrapper with parameters of type FullTextIndexType
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 © 2013. All Rights Reserved.