File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
lucene-next/backend/lucene/src/main/java/org/hibernate/search/backend/lucene/lowlevel/codec/impl Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 <deploy .skip>false</deploy .skip>
2020
2121 <!-- These versions will be checked against the ones resolved by Maven for the project in the enforcer rule -->
22- <version .bom.org.apache.lucene>10.2.2 </version .bom.org.apache.lucene>
22+ <version .bom.org.apache.lucene>10.3.0 </version .bom.org.apache.lucene>
2323 <version .bom.org.jboss.logging.processor>3.0.4.Final</version .bom.org.jboss.logging.processor>
2424 </properties >
2525
Original file line number Diff line number Diff line change 4444 <javadoc .org.apache.lucene.queryparser.url>https://lucene.apache.org/core/${javadoc.org.apache.lucene.tag} /queryparser/</javadoc .org.apache.lucene.queryparser.url>
4545
4646 <version .com.carrotsearch.hppc>0.10.0</version .com.carrotsearch.hppc>
47- <version .org.apache.lucene.next>10.2.2 </version .org.apache.lucene.next>
47+ <version .org.apache.lucene.next>10.3.0 </version .org.apache.lucene.next>
4848
4949 <!-- >>> Elasticsearch -->
5050 <!-- The version of the Elasticsearch client used by Hibernate Search, independently of the version of the remote cluster -->
Original file line number Diff line number Diff line change 1313import org .apache .lucene .codecs .Codec ;
1414import org .apache .lucene .codecs .FilterCodec ;
1515import org .apache .lucene .codecs .KnnVectorsFormat ;
16- import org .apache .lucene .codecs .lucene101 . Lucene101Codec ;
16+ import org .apache .lucene .codecs .lucene103 . Lucene103Codec ;
1717import org .apache .lucene .codecs .perfield .PerFieldKnnVectorsFormat ;
1818
1919public class HibernateSearchLuceneCodec extends FilterCodec {
2020
21- public static final Codec DEFAULT_CODEC = new Lucene101Codec ();
21+ public static final Codec DEFAULT_CODEC = new Lucene103Codec ();
2222
2323 private final KnnVectorsFormat knnVectorsFormat ;
2424
You can’t perform that action at this time.
0 commit comments