File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
server/src/main/java/org/elasticsearch/cluster/metadata
x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1515import org .elasticsearch .common .Strings ;
1616import org .elasticsearch .common .io .stream .StreamInput ;
1717import org .elasticsearch .common .io .stream .StreamOutput ;
18- import org .elasticsearch .index .mapper .vectors .IndexOptions ;
1918import org .elasticsearch .xcontent .ToXContentFragment ;
2019import org .elasticsearch .xcontent .XContentBuilder ;
2120import org .elasticsearch .xcontent .XContentParser ;
Original file line number Diff line number Diff line change 1515
1616import java .util .Set ;
1717
18- import static org .elasticsearch .xpack .inference .mapper .SemanticTextFieldMapper .SEMANTIC_TEXT_SUPPORT_CHUNKING_CONFIG ;
1918import static org .elasticsearch .xpack .inference .mapper .SemanticTextFieldMapper .SEMANTIC_TEXT_INDEX_OPTIONS ;
19+ import static org .elasticsearch .xpack .inference .mapper .SemanticTextFieldMapper .SEMANTIC_TEXT_SUPPORT_CHUNKING_CONFIG ;
2020import static org .elasticsearch .xpack .inference .queries .SemanticKnnVectorQueryRewriteInterceptor .SEMANTIC_KNN_FILTER_FIX ;
2121import static org .elasticsearch .xpack .inference .queries .SemanticKnnVectorQueryRewriteInterceptor .SEMANTIC_KNN_VECTOR_QUERY_REWRITE_INTERCEPTION_SUPPORTED ;
2222import static org .elasticsearch .xpack .inference .queries .SemanticMatchQueryRewriteInterceptor .SEMANTIC_MATCH_QUERY_REWRITE_INTERCEPTION_SUPPORTED ;
You can’t perform that action at this time.
0 commit comments