Uses of Class
elasticsearchindex.components.FullTextIndexType

Packages that use FullTextIndexType
elasticsearchindex   
elasticsearchindex.components   
elasticsearchindex.helpers   
 

Uses of FullTextIndexType in elasticsearchindex
 

Fields in elasticsearchindex with type parameters of type FullTextIndexType
 Map<String,FullTextIndexType> FTNodeCache.cachedIndexTypes
           
 

Methods in elasticsearchindex with parameters of type FullTextIndexType
 void FullTextNode.addIndexType(String indexTypeStr, FullTextIndexType indexType)
           
 

Method parameters in elasticsearchindex with type arguments of type FullTextIndexType
 boolean FullTextNode.feedLocator(String resultSetLocation, HashMap<String,FullTextIndexType> colForField)
          Feeds the index with rowsets that are read from the the given locator
 boolean FullTextNode.updateManagerProperties(HashMap<String,FullTextIndexType> colForIdTypes)
           
 

Uses of FullTextIndexType in elasticsearchindex.components
 

Subclasses of FullTextIndexType in elasticsearchindex.components
 class FullTextIndexTypeFT2
          Representation of an index'es IndexType and IndexFormat
 

Uses of FullTextIndexType in elasticsearchindex.helpers
 

Methods in elasticsearchindex.helpers that return FullTextIndexType
static FullTextIndexType QueryParser.addFullTextIndexTypeIntoCache(String indexTypeStr, String scope, FullTextIndexType indexType, FTNodeCache cache)
           
static FullTextIndexType QueryParser.retrieveIndexType(String indexTypeStr, org.gcube.common.core.scope.GCUBEScope gcubeScope, FTNodeCache cache)
           
static FullTextIndexType QueryParser.retrieveIndexType(String indexTypeStr, String scope, FTNodeCache cache)
           
 

Methods in elasticsearchindex.helpers with parameters of type FullTextIndexType
static FullTextIndexType QueryParser.addFullTextIndexTypeIntoCache(String indexTypeStr, String scope, FullTextIndexType indexType, FTNodeCache cache)
           
static boolean RowsetParser.addToFieldInfo(ArrayList<String> toBeAdded, String field, String colIDandLang, FullTextIndexType idxType)
           
static int ElasticSearchHelper.insertRowSet(org.elasticsearch.action.bulk.BulkRequestBuilder bulkRequest, org.elasticsearch.client.Client client, String indexName, FullTextIndexType idxType, Set<String> allowedIndexTypes, String rowsetXML)
           
 



Copyright © 2013. All Rights Reserved.