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

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.lucene.codecs.Codec
     

    Fields inherited from class org.apache.lucene.codecs.FilterCodec

    delegate
  • Constructor Summary

    Constructors
    Constructor
    Description
    HibernateSearchLuceneCodec(org.apache.lucene.codecs.KnnVectorsFormat knnVectorsFormat)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.lucene.codecs.KnnVectorsFormat
     

    Methods inherited from class org.apache.lucene.codecs.FilterCodec

    compoundFormat, docValuesFormat, fieldInfosFormat, liveDocsFormat, normsFormat, pointsFormat, postingsFormat, segmentInfoFormat, storedFieldsFormat, termVectorsFormat

    Methods inherited from class org.apache.lucene.codecs.Codec

    availableCodecs, forName, getDefault, getName, reloadCodecs, setDefault, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • DEFAULT_CODEC

      public static final org.apache.lucene.codecs.Codec DEFAULT_CODEC
  • Constructor Details

    • HibernateSearchLuceneCodec

      public HibernateSearchLuceneCodec(LuceneIndexModel model)
    • HibernateSearchLuceneCodec

      public HibernateSearchLuceneCodec(org.apache.lucene.codecs.KnnVectorsFormat knnVectorsFormat)
  • Method Details

    • knnVectorsFormat

      public org.apache.lucene.codecs.KnnVectorsFormat knnVectorsFormat()
      Overrides:
      knnVectorsFormat in class org.apache.lucene.codecs.FilterCodec