Uses of Class
org.hibernate.search.indexes.serialization.spi.SerializableIndex

Packages that use SerializableIndex
org.hibernate.search.indexes.serialization.impl   
org.hibernate.search.indexes.serialization.javaserialization.impl Represents a canonical model for the data that ought to be serialized. 
org.hibernate.search.indexes.serialization.spi   
 

Uses of SerializableIndex in org.hibernate.search.indexes.serialization.impl
 

Methods in org.hibernate.search.indexes.serialization.impl with parameters of type SerializableIndex
 void LuceneWorkHydrator.addFieldWithStringData(String name, String value, SerializableStore store, SerializableIndex index, SerializableTermVector termVector, float boost, boolean omitNorms, boolean omitTermFreqAndPositions)
           
 

Uses of SerializableIndex in org.hibernate.search.indexes.serialization.javaserialization.impl
 

Methods in org.hibernate.search.indexes.serialization.javaserialization.impl that return SerializableIndex
 SerializableIndex SerializableStringField.getIndex()
           
 

Uses of SerializableIndex in org.hibernate.search.indexes.serialization.spi
 

Methods in org.hibernate.search.indexes.serialization.spi that return SerializableIndex
 SerializableIndex LuceneFieldContext.getIndex()
           
static SerializableIndex SerializableIndex.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SerializableIndex[] SerializableIndex.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.search.indexes.serialization.spi with parameters of type SerializableIndex
 void LuceneWorksBuilder.addFieldWithStringData(String name, String value, SerializableStore store, SerializableIndex index, SerializableTermVector termVector, float boost, boolean omitNorms, boolean omitTermFreqAndPositions)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved