org.hibernate.search.backend
Class LuceneIndexingParameters.ParameterSet
java.lang.Object
org.hibernate.search.backend.LuceneIndexingParameters.ParameterSet
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LuceneIndexingParameters
public static class LuceneIndexingParameters.ParameterSet
- extends Object
- implements Serializable
- See Also:
- Serialized Form
LuceneIndexingParameters.ParameterSet
public LuceneIndexingParameters.ParameterSet(Properties prop,
String paramName)
applyToWriter
public void applyToWriter(org.apache.lucene.index.IndexWriter writer)
- Applies the parameters represented by this to a writer.
Undefined parameters are not set, leaving the lucene default.
- Parameters:
writer
- the IndexWriter whereto the parameters will be applied.
getCurrentValueFor
public Integer getCurrentValueFor(IndexWriterSetting ws)
setCurrentValueFor
public void setCurrentValueFor(IndexWriterSetting ws,
Integer newValue)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2011 Hibernate. All Rights Reserved.