Kathleen DeRusso
2d38751fe7
Add knn query vector builder example over a semantic text field to docs ( #130135 )
2025-06-27 08:18:40 -04:00
Mark J. Hoy
7249ac4d42
Mark Token Pruning for Sparse Vector as GA ( #128854 )
...
* remove [preview] labels sparse vec / token pruning
* Update docs/changelog/128854.yaml
* update changelog
* set changelog to feature/ml
* set proper area
* add applies_to labels
* add clarification for token pruning behaviour
2025-06-24 11:36:02 -04:00
Ioana Tagirta
4daf983ea9
Docs: Fix indentation for query options ( #129395 )
2025-06-13 15:40:52 +02:00
Kathleen DeRusso
5d22ad6874
Add clarification to semantic_text documentation on default quantization and lexical search support ( #128927 )
...
* Add clarifications to semantic text documentation
* Regnerate match ESQL docs
* Fix whitespace
* PR feedback
* Update docs/reference/elasticsearch/mapping-reference/semantic-text.md
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
---------
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2025-06-06 15:01:50 +02:00
mbivert-ipsos
aa0a829a08
[DOCS] Fix missing spaces ( #128550 )
2025-06-04 18:59:42 +03:00
Ioana Tagirta
abf5f00413
Document boost option for match_phrase ( #128738 )
2025-06-02 11:57:03 +02:00
Ioana Tagirta
55956d4029
Docs: Fix match_phrase docs for zero_terms_query ( #128387 )
2025-05-23 19:33:26 +02:00
Fabrizio Ferri-Benedetti
d10ef76ba3
[DOCS] Replace irregular whitespaces in docs ( #128199 )
...
* Replace irregular whitespaces
* More chars
2025-05-20 16:20:22 +02:00
Ian Wagner
d4b387c015
Minor subject/verb agreement fix ( #127955 )
...
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2025-05-13 12:59:42 +01:00
Colleen McGinnis
08552f1c2e
[docs] Fix various syntax and rendering errors ( #127062 )
...
* fix syntax and rendering errors
* clean up
* fix versions
* more clean up
* more fixes
* more fixes
* more fixes
2025-04-24 17:57:03 +02:00
Charlotte Hoblik
838bb0bbd7
fix superscript ( #127147 )
2025-04-22 18:48:15 +02:00
Lisa Cawley
ae33eaabdb
[DOCS] Fix broken images ( #126648 )
2025-04-11 19:04:08 -07:00
Benjamin Trent
33dcc921be
Mark rescore_vector as generally available ( #126038 )
...
* Mark rescore_vector as generally available
* Update docs/changelog/126038.yaml
2025-04-02 16:10:01 -04:00
Mayya Sharipova
332abe4198
[DOCS] Clarify that min_score applies to aggs ( #125882 )
...
Clarify that min_score param of a search request
also applies to aggregations.
2025-03-28 14:41:14 -04:00
Benjamin Trent
009a86a0e3
Allow zero for rescore_vector.oversample to indicate by-passing oversample and rescoring ( #125599 )
...
This allows a `rescore_vector: {oversample: 0}` to indicate bypassing
oversampling and rescoring.
This is useful for:
- Updating a quantized mapping to turn off automatic rescoring
- Bypassing oversampling at query time in an ad-hoc manner if its on by default in the mapping
closes: https://github.com/elastic/elasticsearch/issues/125157
2025-03-27 06:56:51 +11:00
Tommaso Teofili
7a610c30fd
[docs] nested knn only supports score_mode max ( #125582 )
...
* [docs] nested knn only supports score_mode max
2025-03-26 11:31:43 +01:00
Liam Thompson
397c9c59c7
Clarify regex character range case insensitivity limitations ( #125413 )
...
* Update regexp-syntax.md
9.x equivalent of https://github.com/elastic/elasticsearch/pull/125412
* use md syntax
2025-03-21 18:43:44 +02:00
Colleen McGinnis
9bcd59596d
[docs] Prepare for docs-assembler ( #125118 )
...
* reorg files for docs-assembler and create toc.yml files
* fix build error, add redirects
* only toc
* move images
2025-03-20 12:09:12 -05:00
Mike Pellegrini
f67b5d6e95
Mark semantic text as GA in docs ( #124669 )
2025-03-20 08:13:00 -04:00
Kofi B
e34bfd166a
[DOCS] Opster Migration: Nested bool query addition ( #124455 )
...
added section related to nested bool queries to provide a more clear example and clean up surrounding language and grammatical issues
2025-03-18 20:42:31 -05:00
Craig Taverner
94cad286bc
Restructure query-languages docs files for clarity ( #124797 )
...
In a few previous PR's we restructured the ES|QL docs to make it possible to generate them dynamically.
This PR just moves a few files around to make the query languages docs easier to work with, and a little more organized like the ES|QL docs.
A bit part of this was setting up redirects to the new locations, so other repo's could correctly link to the elasticsearch docs.
2025-03-17 17:58:58 +01:00