Skip to content

Commit

Permalink
Add BloomFilterPostingsFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Jul 12, 2022
1 parent b55a0bc commit cbb0800
Show file tree
Hide file tree
Showing 5 changed files with 537 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
exports org.elasticsearch.index.cache.query;
exports org.elasticsearch.index.cache.request;
exports org.elasticsearch.index.codec;
exports org.elasticsearch.index.codec.bloomfilter;
exports org.elasticsearch.index.engine;
exports org.elasticsearch.index.fielddata;
exports org.elasticsearch.index.fielddata.fieldcomparator;
Expand Down Expand Up @@ -359,5 +360,7 @@
org.elasticsearch.cluster.coordination.NodeToolCliProvider,
org.elasticsearch.index.shard.ShardToolCliProvider;

provides org.apache.lucene.codecs.PostingsFormat with org.elasticsearch.index.codec.bloomfilter.BloomFilterPostingsFormat;

uses org.elasticsearch.immutablestate.ImmutableClusterStateHandlerProvider;
}
Loading

0 comments on commit cbb0800

Please sign in to comment.