Skip to content

Commit 457f5cc

Browse files
authored
fix previous merge
1 parent 48d29ac commit 457f5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/es818/ES818BinaryQuantizedVectorsFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
*/
8989
public class ES818BinaryQuantizedVectorsFormat extends FlatVectorsFormat {
9090

91-
static final boolean USE_DIRECT_IO = getUseDirectIO();
91+
public static final boolean USE_DIRECT_IO = getUseDirectIO();
9292

9393
public static final String BINARIZED_VECTOR_COMPONENT = "BVEC";
9494
public static final String NAME = "ES818BinaryQuantizedVectorsFormat";

0 commit comments

Comments
 (0)