com.senseidb.indexing
Class DefaultSenseiInterpreter<V>

java.lang.Object
  extended by proj.zoie.api.indexing.AbstractZoieIndexableInterpreter<V>
      extended by com.senseidb.indexing.DefaultSenseiInterpreter<V>
All Implemented Interfaces:
proj.zoie.api.indexing.ZoieIndexableInterpreter<V>

public class DefaultSenseiInterpreter<V>
extends proj.zoie.api.indexing.AbstractZoieIndexableInterpreter<V>


Nested Class Summary
static class DefaultSenseiInterpreter.IndexSpec
           
 
Field Summary
static Map<Class,MetaType> CLASS_METATYPE_MAP
           
static Map<MetaType,String> DEFAULT_FORMAT_STRING_MAP
           
static Map<String,org.apache.lucene.document.Field.Index> INDEX_VAL_MAP
           
static Map<String,org.apache.lucene.document.Field.Store> STORE_VAL_MAP
           
static Map<String,org.apache.lucene.document.Field.TermVector> TV_VAL_MAP
           
 
Constructor Summary
DefaultSenseiInterpreter(Class<V> cls)
           
 
Method Summary
 proj.zoie.api.indexing.ZoieIndexable convertAndInterpret(V obj)
           
static
<T> com.browseengine.bobo.facets.data.TermListFactory<T>
getTermListFactory(Class<T> cls)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_FORMAT_STRING_MAP

public static final Map<MetaType,String> DEFAULT_FORMAT_STRING_MAP

CLASS_METATYPE_MAP

public static final Map<Class,MetaType> CLASS_METATYPE_MAP

INDEX_VAL_MAP

public static final Map<String,org.apache.lucene.document.Field.Index> INDEX_VAL_MAP

STORE_VAL_MAP

public static final Map<String,org.apache.lucene.document.Field.Store> STORE_VAL_MAP

TV_VAL_MAP

public static final Map<String,org.apache.lucene.document.Field.TermVector> TV_VAL_MAP
Constructor Detail

DefaultSenseiInterpreter

public DefaultSenseiInterpreter(Class<V> cls)
Method Detail

getTermListFactory

public static <T> com.browseengine.bobo.facets.data.TermListFactory<T> getTermListFactory(Class<T> cls)

toString

public String toString()
Overrides:
toString in class Object

convertAndInterpret

public proj.zoie.api.indexing.ZoieIndexable convertAndInterpret(V obj)
Specified by:
convertAndInterpret in interface proj.zoie.api.indexing.ZoieIndexableInterpreter<V>
Specified by:
convertAndInterpret in class proj.zoie.api.indexing.AbstractZoieIndexableInterpreter<V>


Copyright © 2010-2012. All Rights Reserved.