We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d29ac commit 457f5ccCopy full SHA for 457f5cc
server/src/main/java/org/elasticsearch/index/codec/vectors/es818/ES818BinaryQuantizedVectorsFormat.java
@@ -88,7 +88,7 @@
88
*/
89
public class ES818BinaryQuantizedVectorsFormat extends FlatVectorsFormat {
90
91
- static final boolean USE_DIRECT_IO = getUseDirectIO();
+ public static final boolean USE_DIRECT_IO = getUseDirectIO();
92
93
public static final String BINARIZED_VECTOR_COMPONENT = "BVEC";
94
public static final String NAME = "ES818BinaryQuantizedVectorsFormat";
0 commit comments