Class ConfigurableMCodec

java.lang.Object
org.apache.lucene.codecs.Codec
org.apache.lucene.codecs.FilterCodec
org.apache.lucene.tests.codecs.vector.ConfigurableMCodec
All Implemented Interfaces:
NamedSPILoader.NamedSPI

public class ConfigurableMCodec extends FilterCodec
This codec allows customization of the number of connections made for an hnsw index. Increasing the number of connections can decrease the time of certain tests while still achieving the same test coverage.
  • Constructor Details

    • ConfigurableMCodec

      public ConfigurableMCodec()
    • ConfigurableMCodec

      public ConfigurableMCodec(int maxConn)
  • Method Details