elasticsearchindex.components
Class FullTextIndexTypeFT2

java.lang.Object
  extended by elasticsearchindex.components.IndexType
      extended by elasticsearchindex.components.FullTextIndexType
          extended by elasticsearchindex.components.FullTextIndexTypeFT2

public class FullTextIndexTypeFT2
extends FullTextIndexType

Representation of an index'es IndexType and IndexFormat


Field Summary
 
Fields inherited from class elasticsearchindex.components.IndexType
APXCOUNT, COLLECTION_FIELD, DOCID_FIELD, DOCNR, GEODEFAULT, GEOFIELD, indexType, indexTypeID, LANGUAGE_FIELD, MBR, PAYLOAD_FIELD, PRESENTABLE_TAG, RATIO, RESULTSNO_EVENT, RESULTSNOFINAL_EVENT, SCORE_FIELD, SEARCHABLE_TAG, SEPERATOR_FIELD_INFO, SNIPPET, STATS_FIELD, WILDCARD
 
Constructor Summary
FullTextIndexTypeFT2(String indexTypeName, org.gcube.common.core.scope.GCUBEScope scope)
           
FullTextIndexTypeFT2(String indexTypeName, String scope)
           
 
Method Summary
 String retrieveIndexTypeGenericResource(org.gcube.common.core.scope.GCUBEScope scope)
          Retrieves an index type definition stored as a generic resource in the DIS and returns it as a string.
 
Methods inherited from class elasticsearchindex.components.FullTextIndexType
getFields, getNumberOfFields, toString
 
Methods inherited from class elasticsearchindex.components.IndexType
getIndexTypeAsString, getIndexTypeName, sendIndication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FullTextIndexTypeFT2

public FullTextIndexTypeFT2(String indexTypeName,
                            String scope)

FullTextIndexTypeFT2

public FullTextIndexTypeFT2(String indexTypeName,
                            org.gcube.common.core.scope.GCUBEScope scope)
Method Detail

retrieveIndexTypeGenericResource

public String retrieveIndexTypeGenericResource(org.gcube.common.core.scope.GCUBEScope scope)
                                        throws Exception
Description copied from class: IndexType
Retrieves an index type definition stored as a generic resource in the DIS and returns it as a string.

Overrides:
retrieveIndexTypeGenericResource in class IndexType
Parameters:
scope - the scope that the index type belongs to
Returns:
the contents of the generic resource
Throws:
Exception


Copyright © 2013. All Rights Reserved.