Commit graph

377 commits

Author SHA1 Message Date
John Wagster
250b431e63
Update Flatten Graph Docs to Include a Real Flattened Graph 8.x (#123900) (#123922)
updated flatten graph docs to include a real flattened graph
2025-03-04 08:02:05 +11:00
Liam Thompson
353cd26904
[DOCS] Add full-text search overview (#119462) (#119606) 2025-01-07 05:25:21 +11:00
John Wagster
e241221368
Provide access to new settings for HyphenationCompoundWordTokenFilter (#115585) (#116968)
Allow the new flags added in Lucene in the HyphenationCompoundWordTokenFilter

Adds access to the two new flags no_sub_matches and no_overlapping_matches.

Lucene issue: https://github.com/apache/lucene/issues/9231

Co-authored-by: Peter Straßer <peter.str@hotmail.de>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2024-11-20 08:39:58 +11:00
Benjamin Trent
6902296282
Deprecate dutch_kp and lovins stemmer as they are removed in Lucene 10 (#113143) (#113815)
Lucene 10 has upgraded its Snowball stemming support, as part of those
upgrades, two no longer supported stemmers were removed, `KpStemmer` and
`LovinsStemmer`. These are `dutch_kp` and `lovins`, respectively.

We will deprecate in 8.16 and will remove support for these in a future
version.

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2024-10-02 01:57:10 +10:00
Mike Pellegrini
e11fa74333
Gracefully handle invalid synonym rules in updateable synonyms (#110901)
Gracefully handle invalid synonym rules by setting lenient to true by default when synonyms are updateable

---------

Co-authored-by: carlosdelest <carlos.delgado@elastic.co>
2024-08-06 10:44:23 -04:00
Carlos Delgado
6191fe3b16
Clarify synonyms docs (#110822) 2024-07-18 10:20:26 +02:00
Benjamin Trent
14bce355e5
Actually deprecate edge_ngram side parameter (#110829)
this parameter has been "deprecated" for a while, but no action was
actually taken. This actually deprecates the value for future removal.
2024-07-17 03:51:27 +10:00
Benjamin Trent
d97cb686a5
Correct positioning for unique token filter (#109395)
This is an extension of:
https://github.com/elastic/elasticsearch/pull/35420

closes: https://github.com/elastic/elasticsearch/issues/35411
2024-06-22 09:44:24 +10:00
草原狼
59b52ba634
Fix line break in "The QUICK brown foxes jumped over the dog!" (#107718)
Preformatted strings preserve line breaks, but no line break was
intended here.
2024-04-22 16:45:36 -04:00
Liam Thompson
33a71e3289
[DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413)
* Remove `es-test-dir` book-scoped variable

* Remove `plugins-examples-dir` book-scoped variable

* Remove `:dependencies-dir:` and `:xes-repo-dir:` book-scoped variables

- In `index.asciidoc`, two variables (`:dependencies-dir:` and `:xes-repo-dir:`) were removed.
- In `sql/index.asciidoc`, the `:sql-tests:` path was updated to fuller path
- In `esql/index.asciidoc`, the `:esql-tests:` path was updated idem

* Replace `es-repo-dir` with `es-ref-dir`

* Move `:include-xpack: true` to few files that use it, remove from index.asciidoc
2024-04-17 14:37:07 +02:00
Daniel
412f2f5617
New Lucene spanish plural stemmer (#106952)
Add Lucene SpanishPluralStemFilter based on apache/lucene#11284
2024-04-02 15:53:19 -04:00
Nicole Albee
7139546d5d
Clarify filters can be used while creating a normalizer. (#103826) 2024-03-12 14:19:15 +01:00
Kathleen DeRusso
bdde29720a
Update synonyms doc with warning about index creation (#103476)
* Update synonyms doc with warning about index creation

* PR feedback

* Moved warning in docs
2023-12-18 13:18:51 -05:00
Veljko Potparic
5f30563d6c
Add support for Serbian Language Analyzer (#100921)
Starting with Lucene Version 8.6, an Analyzer for the Serbian language is available. 
This change adds support for this to the analysis-common module.
2023-11-15 23:46:55 +01:00
Carlos Delgado
b803f0fcdd
Fix examples in synonym graph token filter docs (#101101) 2023-10-19 14:13:14 +02:00
Carlos Delgado
888813d815
Fix synonyms documentation (#100916) 2023-10-17 15:50:51 +02:00
Reza Torabi
310af09b6a
Add persian language stemmer (#99106) 2023-09-05 12:13:27 +01:00
Kyle Carter
8ea41ddf1d
Fix link to Lucene docs for TrimFilter (#99050) 2023-08-30 16:34:54 +02:00
Carlos Delgado
c596f121b4
Synonyms Overview Documentation (#98202) 2023-08-10 18:07:12 +02:00
Christoph Büscher
f1244b816c
Add trim filter to allowed normalizer filters in docs (#96739) 2023-06-14 15:52:26 +02:00
Marantidis Kiriakos
a8cf4d6006
Add support for pattern replace filter in normalizers (#96588)
This change adds support for `pattern_replace` token filters use in custom normalizers. 

Closes #83005
2023-06-10 00:32:39 +02:00
Mayya Sharipova
808dffe65e
Docs: Add updateable flag to synonym filters (#95746)
In #45135 we introduced `updateable` flag to synonym filters,
but we forgot to add this flag to documentation.
This PR fixes this.

Relates to #45135
2023-05-02 17:38:47 -04:00
Mayya Sharipova
eab19b56da
Clarify path_hierarchy documentation (#44910)
* Resolve merge conflicts and apply review suggestions

* Fix URLs

---------

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-05-01 11:32:38 +02:00
James Rodewig
c0c105c210
[DOCS] Fix typo (#92481) 2022-12-21 10:17:49 +01:00
Abdon Pijpelink
8abd39ab98
Fix typo in stop-tokenfilter.asciidoc (#91128) (#91207)
Since ignore_case is set to true in our custom stop words filter, the matching will be case-insensitive.

(cherry picked from commit a03fba9d77)

Co-authored-by: Siniša Subašić <68671543+sinisuba@users.noreply.github.com>
2022-11-01 15:32:16 +01:00
Elasticsearch addict
b5a635cae9
[DOCS] Add note for tokenizers that don't support keep types token filter (#87553)
Closes #85946
2022-06-13 11:28:32 +02:00
Elasticsearch addict
c3a6190173
Fix docs link to Lucene stop filter (#87037)
Updates the docs with the new Javadoc location for Lucene's stop filter.

Closes #87034.
2022-05-23 11:06:35 -07:00
Abele Mălan
9ecb96fcf3
Fix some typos in plugins & reference docs (#84667)
This pull request removes a few instances of duplicate words or
punctuation and erroneous spelling from the docs.
2022-03-07 12:29:58 -05:00
Tobias Stadler
e3deacf547
[DOCS] Fix typos (#83895) 2022-02-15 12:42:17 -05:00
James Rodewig
c7917d7996
[DOCS] Remove Hunspell dictionaries location config (#82704) (#82954)
User can no longer set location for Hunspell dictionaries. `<config-dir>/hunspell` directory is silently used everytime no matter what configuration is used.

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
(cherry picked from commit 1a4fd34129)

Co-authored-by: Jan Jíša <jenda.jisa@gmail.com>
2022-01-24 11:17:12 -05:00
nexusalf
e04911bf97 [Docs] Update edgengram-tokenizer.asciidoc (#79577)
The original example of "snapped" does not apply to this section since it is talking about edge ngrams.
The change replaces the term with "approximate" as a valid example.
2021-10-26 13:05:35 +02:00
Adam Locke
59aeb8552c
change a typo in first letter of a user query (#76394) (#76450)
Co-authored-by: Arseni Prokharchyk <2657789+arsen91@users.noreply.github.com>
2021-08-12 14:28:51 -04:00
James Rodewig
0224621423 [DOCS] Fix formatting 2021-05-04 12:29:14 -04:00
James Rodewig
693807a6d3
[DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
James Rodewig
e76c229b33
[DOCS] Note you can omit type for custom analyzers (#70754) 2021-03-23 11:13:20 -04:00
Adam Locke
aba4422606
[DOCS] Focus scripting docs on Painless (#69748)
* Initial changes for scripting.

* Shorten script examples.

* Expanding types docs.

* Updating types.

* Fixing broken cross-link.

* Fixing map error.

* Incorporating review feedback.

* Fixing broken table.

* Adding more info about reference types.

* Fixing broken path.

* Adding more info an examples for def type.

* Adding more info on operators.

* Incorporating review feedback.

* Adding notconsole for example.

* Removing comments in example.

* More review feedback.

* Editorial changes.

* Incorporating more reviewer feedback.

* Rewrites based on review feedback.

* Adding new sections for storing scripts and shortening scripts.

* Adding redirect for stored scripts.

* Adding DELETE for stored script plus link.

* Adding section for updating docs with scripts.

* Incorporating final feedback from reviews.

* Tightening up a few areas.

* Minor change around other languages.

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2021-03-18 15:58:33 -04:00
James Rodewig
3bac730a50
[DOCS] Fix nori tokenizer link (#70564) 2021-03-18 11:04:46 -04:00
Fabien Caylus
34176844b7
[DOCS] Fix Lucene's stop words links (#70405) 2021-03-16 17:06:12 -04:00
James Rodewig
630604bd45
[DOCS] Fix case sensitivity for elision token filter (#69873) 2021-03-03 09:09:05 -05:00
James Rodewig
9b88ae92e6
[DOCS] Fix typos for duplicate words (#69125) 2021-02-17 10:34:20 -05:00
James Rodewig
c65615911f
[DOCS] Expand simple query string query's multi-position token section (#68753) 2021-02-09 16:07:02 -05:00
James Rodewig
d5d8be9bff [DOCS] Fix typo 2021-02-03 10:45:16 -05:00
James Rodewig
86814df052
[DOCS] Clean up index template xrefs (#67264) 2021-01-11 12:38:09 -05:00
Toast
966189fa6a
[DOCS] Fix typo (#65912) 2020-12-05 10:05:13 -05:00
James Rodewig
fa7c63e6c4
[DOCS] Fix whitespace in pattern replace token filter docs (#64345) 2020-10-29 10:07:10 -04:00
James Rodewig
1ea83359bb
[DOCS] Fix case for 'Boolean' (#64299) 2020-10-29 09:04:43 -04:00
Elasticsearch addict
32c7e08c6d
[DOCS] Fix pattern replace token filter intro (#64189)
Removes an incorrect statement about anchoring regex patterns on tokens.
2020-10-27 09:33:03 -04:00
James Rodewig
39d064d668
[DOCS] Update snowball links (#63351) 2020-10-06 15:29:57 -04:00
James Rodewig
80a828c15f
[DOCS] Update link to Snowball documentation (#63305) (#63347)
The current link points to an obsolete site, which is no longer maintained.

Co-authored-by: Stefan Walter <67258699+rd-stefan-walter@users.noreply.github.com>
2020-10-06 13:40:51 -04:00
James Rodewig
b3e8767a35
[DOCS] Clarify that v2.0+ hyphenation files aren't supported (#60579) (#63072)
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: jgkirschbaum <juergen.kirschbaum@gmail.com>
2020-09-30 09:28:23 -04:00