Class HibernateSearchLuceneCodec
java.lang.Object
org.apache.lucene.codecs.Codec
org.apache.lucene.codecs.FilterCodec
org.hibernate.search.backend.lucene.lowlevel.codec.impl.HibernateSearchLuceneCodec
- All Implemented Interfaces:
org.apache.lucene.util.NamedSPILoader.NamedSPI
public class HibernateSearchLuceneCodec
extends org.apache.lucene.codecs.FilterCodec
-
Field Summary
FieldsFields inherited from class org.apache.lucene.codecs.FilterCodec
delegate -
Constructor Summary
ConstructorsConstructorDescriptionHibernateSearchLuceneCodec(org.apache.lucene.codecs.KnnVectorsFormat knnVectorsFormat) -
Method Summary
Methods inherited from class org.apache.lucene.codecs.FilterCodec
compoundFormat, docValuesFormat, fieldInfosFormat, liveDocsFormat, normsFormat, pointsFormat, postingsFormat, segmentInfoFormat, storedFieldsFormat, termVectorsFormatMethods inherited from class org.apache.lucene.codecs.Codec
availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString
-
Field Details
-
DEFAULT_CODEC
public static final org.apache.lucene.codecs.Codec DEFAULT_CODEC
-
-
Constructor Details
-
HibernateSearchLuceneCodec
-
HibernateSearchLuceneCodec
public HibernateSearchLuceneCodec(org.apache.lucene.codecs.KnnVectorsFormat knnVectorsFormat)
-
-
Method Details
-
knnVectorsFormat
public org.apache.lucene.codecs.KnnVectorsFormat knnVectorsFormat()- Overrides:
knnVectorsFormatin classorg.apache.lucene.codecs.FilterCodec
-