You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default semantic_text fields to ELSER on EIS when available (#134708)
* Defaulting EIS on ELSER
* Extended testing
* [CI] Auto commit changes from spotless
* Edited to include the default
* Cleaned up the mapper implementation
* COmpile issue
* [CI] Auto commit changes from spotless
* Added tests
* [CI] Auto commit changes from spotless
* Refactored the variable names
* Cleanup done
* Removed unnecessary files
* Unit tests and mock is working
* [CI] Auto commit changes from spotless
* Fix test
* yaml addition failure
* [CI] Auto commit changes from spotless
* Resolved the import issue or duplication of variables in mock
* Resolved PR comments
* Restored error
* Update docs/changelog/134708.yaml
* Integration test
* [CI] Auto commit changes from spotless
* Resolved all PR comments
* [CI] Auto commit changes from spotless
* Cleaned up the redudant reference of TestInferencePlugin
* Included both before and before test
* [CI] Auto commit changes from spotless
* Made changes to accomodate the old constant version string
---------
Co-authored-by: elasticsearchmachine <[email protected]>
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/mapper/SemanticTextFieldMapper.java
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elastic/ElasticInferenceService.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ public class ElasticInferenceService extends SenderService {
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/mapper/SemanticTextFieldMapperTests.java
0 commit comments