OpenSearch/docs
Christoph Büscher dbb01f5b43 Query Refactoring: Move MoreLikeThisQueryBuilder validation to constructor
The current MoreLikeThisQueryBuilder validation checks for existence of at
least one `like` text or item. This is hard to check in setters, so this PR
tries to change the construction of the query so that we can do these checks
already at construction time.

Changing to using arrays for fieldnames, likeTexts, likeItems, unlikeTexts
and unlikeItems. `likeTexts` and/or `likeItems` need to be specified at
construction time to validate we have at least one item there.

Relates to #10217
2015-09-23 18:20:46 +02:00
..
community-clients Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
groovy-api Docs: Fixed URLs in the Groovy docs 2015-06-19 17:54:57 +02:00
java-api Edit search scroll docs for syntactic style 2015-09-19 14:42:14 -05:00
perl Docs: Minor test change to Perl docs 2015-02-28 17:19:55 +01:00
plugins [cloud-azure] Split azure plugin in 3 plugins 2015-09-21 17:55:23 +02:00
python Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
reference Query Refactoring: Move MoreLikeThisQueryBuilder validation to constructor 2015-09-23 18:20:46 +02:00
resiliency doc feedback 2015-08-28 12:31:45 +02:00
ruby Docs: Fixed typos 2015-05-05 10:38:05 +02:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs