Skip to content

Commit

Permalink
HSEARCH-5210 Update to 9.12 Lucene codec
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Sep 30, 2024
1 parent 3672714 commit 24c5adf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
import org.apache.lucene.codecs.Codec;
import org.apache.lucene.codecs.FilterCodec;
import org.apache.lucene.codecs.KnnVectorsFormat;
import org.apache.lucene.codecs.lucene99.Lucene99Codec;
import org.apache.lucene.codecs.lucene912.Lucene912Codec;
import org.apache.lucene.codecs.perfield.PerFieldKnnVectorsFormat;

public class HibernateSearchLuceneCodec extends FilterCodec {

public static final Codec DEFAULT_CODEC = new Lucene99Codec();
public static final Codec DEFAULT_CODEC = new Lucene912Codec();

private final KnnVectorsFormat knnVectorsFormat;

Expand Down

0 comments on commit 24c5adf

Please sign in to comment.