public class ForwardIndexType extends IndexType
| Modifier and Type | Field and Description |
|---|---|
ForwardIndexField[] |
fields
The fields of this GeoIndexType
|
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 and Description |
|---|
ForwardIndexType(String indexTypeName,
String scopeStr)
Standard constructor which build a ForwardIndexType object an index type name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsField(String fieldName,
ForwardIndexField.DataType fieldDataType)
A method to check if this ForwardIndexType object contains a certain field
|
ForwardIndexField |
getKeyField()
Returns the object representing the "key" field of this forward index type
|
ForwardIndexField |
getValueField()
Returns the object representing the "value" field of this forward index type
|
getIndexTypeAsString, getIndexTypeName, retrieveIndexTypeGenericResource, sendIndicationpublic ForwardIndexField[] fields
public boolean containsField(String fieldName, ForwardIndexField.DataType fieldDataType)
fieldName - -
The name of the field to look forfieldDataType - -
The DataType of the field to look forpublic ForwardIndexField getKeyField()
public ForwardIndexField getValueField()
Copyright © 2014. All Rights Reserved.