File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
docs/reference/elasticsearch/mapping-reference Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -447,24 +447,6 @@ POST test-index/_search
447447
4484481 . Returns the first 5 fragments. Increase this value to retrieve additional fragments.
449449
450- ### Customizing using ingest pipelines [ custom-by-pipelines]
451- ``` {applies_to}
452- stack: ga 9.0
453- ```
454-
455- In case you want to customize data indexing, use the
456- [ ` sparse_vector ` ] ( /reference/elasticsearch/mapping-reference/sparse-vector.md )
457- or [ ` dense_vector ` ] ( /reference/elasticsearch/mapping-reference/dense-vector.md )
458- field types and create an ingest pipeline with an
459- [ {{infer}} processor] ( /reference/enrich-processor/inference-processor.md ) to
460- generate the embeddings.
461- [ This tutorial] ( docs-content://solutions/search/semantic-search/semantic-search-inference.md )
462- walks you through the process. In these cases - when you use ` sparse_vector ` or
463- ` dense_vector ` field types instead of the ` semantic_text ` field type to
464- customize indexing - using the
465- [ ` semantic_query ` ] ( /reference/query-languages/query-dsl/query-dsl-semantic-query.md )
466- is not supported for querying the field data.
467-
468450## Updates to ` semantic_text ` fields [ update-script]
469451
470452For indices containing ` semantic_text ` fields, updates that use scripts have the
You can’t perform that action at this time.
0 commit comments