org.terracotta.toolkit.internal.search
Interface ToolkitAttributeExtractorInternal<K,V>
- All Superinterfaces:
- org.terracotta.toolkit.search.attribute.ToolkitAttributeExtractor<K,V>
public interface ToolkitAttributeExtractorInternal<K,V>
- extends org.terracotta.toolkit.search.attribute.ToolkitAttributeExtractor<K,V>
| Fields inherited from interface org.terracotta.toolkit.search.attribute.ToolkitAttributeExtractor |
DO_NOT_INDEX, NULL_EXTRACTOR |
|
Method Summary |
org.terracotta.toolkit.collections.ToolkitMap<String,String> |
createAttributeMap()
XXX Provide destination for search attribute schema |
Map<String,Class<?>> |
getInitialTypeSchema()
Returns initial attribute type schema for cases when it is desired to pre-define data types for some or all of the
attributes to be indexed. |
| Methods inherited from interface org.terracotta.toolkit.search.attribute.ToolkitAttributeExtractor |
attributesFor |
getInitialTypeSchema
Map<String,Class<?>> getInitialTypeSchema()
- Returns initial attribute type schema for cases when it is desired to pre-define data types for some or all of the
attributes to be indexed.
createAttributeMap
org.terracotta.toolkit.collections.ToolkitMap<String,String> createAttributeMap()
- XXX Provide destination for search attribute schema
Copyright © 2013 Terracotta, Inc.. All Rights Reserved.