com.senseidb.indexing
Class DefaultSenseiInterpreter.IndexSpec

java.lang.Object
  extended by com.senseidb.indexing.DefaultSenseiInterpreter.IndexSpec
Enclosing class:
DefaultSenseiInterpreter<V>

public static class DefaultSenseiInterpreter.IndexSpec
extends Object


Field Summary
 org.apache.lucene.document.Field.Index index
           
 org.apache.lucene.document.Field.Store store
           
 org.apache.lucene.document.Field.TermVector tv
           
 
Constructor Summary
DefaultSenseiInterpreter.IndexSpec()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

store

public org.apache.lucene.document.Field.Store store

index

public org.apache.lucene.document.Field.Index index

tv

public org.apache.lucene.document.Field.TermVector tv
Constructor Detail

DefaultSenseiInterpreter.IndexSpec

public DefaultSenseiInterpreter.IndexSpec()


Copyright © 2010-2012. All Rights Reserved.