org.apache.blur.analysis.type.spatial
Class SpatialTermQueryPrefixTreeStrategyFieldTypeDefinition

java.lang.Object
  extended by org.apache.blur.analysis.FieldTypeDefinition
      extended by org.apache.blur.analysis.type.CustomFieldTypeDefinition
          extended by org.apache.blur.analysis.type.spatial.BaseSpatialFieldTypeDefinition
              extended by org.apache.blur.analysis.type.spatial.SpatialTermQueryPrefixTreeStrategyFieldTypeDefinition

public class SpatialTermQueryPrefixTreeStrategyFieldTypeDefinition
extends BaseSpatialFieldTypeDefinition


Field Summary
static String NAME
           
 
Fields inherited from class org.apache.blur.analysis.type.spatial.BaseSpatialFieldTypeDefinition
GEOHASH_PREFIX_TREE, MAX_LEVELS, QUAD_PREFIX_TREE, SPATIAL_PREFIX_TREE
 
Constructor Summary
SpatialTermQueryPrefixTreeStrategyFieldTypeDefinition()
           
 
Method Summary
 void configure(String fieldNameForThisInstance, Map<String,String> properties, org.apache.hadoop.conf.Configuration configuration)
          Configures the field type.
 String getName()
          Gets the name of the field type.
 
Methods inherited from class org.apache.blur.analysis.type.spatial.BaseSpatialFieldTypeDefinition
addSupportedIndexedShapes, addSupportedOperations, getCustomQuery, getFieldsForColumn, getFieldsForSubColumn, getSupportedIndexedShapes, getSupportedOperations, setSupportedIndexedShapes, setSupportedOperations
 
Methods inherited from class org.apache.blur.analysis.type.CustomFieldTypeDefinition
checkSupportForCustomQuery, checkSupportForFuzzyQuery, checkSupportForPrefixQuery, checkSupportForRegexQuery, checkSupportForSorting, checkSupportForWildcardQuery, getAnalyzerForIndex, getAnalyzerForQuery, getSortField, isNumeric
 
Methods inherited from class org.apache.blur.analysis.FieldTypeDefinition
getAlternateFieldNames, getColumnName, getFamily, getFieldType, getProperties, getSubColumnName, isFieldLessIndexed, isSortEnable, setColumnName, setFamily, setFieldLessIndexed, setFieldType, setProperties, setSortEnable, setSubColumnName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

SpatialTermQueryPrefixTreeStrategyFieldTypeDefinition

public SpatialTermQueryPrefixTreeStrategyFieldTypeDefinition()
Method Detail

getName

public String getName()
Description copied from class: FieldTypeDefinition
Gets the name of the field type.

Specified by:
getName in class FieldTypeDefinition
Returns:
the name.

configure

public void configure(String fieldNameForThisInstance,
                      Map<String,String> properties,
                      org.apache.hadoop.conf.Configuration configuration)
Description copied from class: FieldTypeDefinition
Configures the field type.

Specified by:
configure in class FieldTypeDefinition
properties - the properties.


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.