|
7 | 7 | * License v3.0 only", or the "Server Side Public License, v 1". |
8 | 8 | */ |
9 | 9 |
|
10 | | -import org.elasticsearch.index.codec.Elasticsearch900Lucene101Codec; |
11 | | -import org.elasticsearch.index.codec.vectors.es910.ES910HnswVectorsFormat; |
12 | 10 | import org.elasticsearch.plugins.internal.RestExtension; |
13 | 11 | import org.elasticsearch.reservedstate.ReservedStateHandlerProvider; |
14 | 12 |
|
|
458 | 456 | org.elasticsearch.index.codec.vectors.es816.ES816HnswBinaryQuantizedVectorsFormat, |
459 | 457 | org.elasticsearch.index.codec.vectors.es818.ES818BinaryQuantizedVectorsFormat, |
460 | 458 | org.elasticsearch.index.codec.vectors.es818.ES818HnswBinaryQuantizedVectorsFormat, |
461 | | - ES910HnswVectorsFormat, |
462 | 459 | org.elasticsearch.index.codec.vectors.IVFVectorsFormat; |
463 | 460 |
|
464 | 461 | provides org.apache.lucene.codecs.Codec |
465 | 462 | with |
466 | 463 | org.elasticsearch.index.codec.Elasticsearch814Codec, |
467 | 464 | org.elasticsearch.index.codec.Elasticsearch816Codec, |
468 | 465 | org.elasticsearch.index.codec.Elasticsearch900Codec, |
469 | | - Elasticsearch900Lucene101Codec; |
| 466 | + org.elasticsearch.index.codec.Elasticsearch900Lucene101Codec; |
470 | 467 |
|
471 | 468 | provides org.apache.logging.log4j.core.util.ContextDataProvider with org.elasticsearch.common.logging.DynamicContextDataProvider; |
472 | 469 |
|
|
482 | 479 | exports org.elasticsearch.lucene.util.automaton; |
483 | 480 | exports org.elasticsearch.index.codec.perfield; |
484 | 481 | exports org.elasticsearch.lucene.search; |
485 | | - exports org.elasticsearch.index.codec.vectors to org.elasticsearch.test.knn; |
486 | | - exports org.elasticsearch.index.codec.vectors.es818 to org.elasticsearch.test.knn; |
487 | 482 | } |
0 commit comments