Commit Graph
30 Commits
Author SHA1 Message Date
kolchfa-aws 3c94bc80d7 Fix links and liquid formatting error (#5512)
Signed-off-by: Fanit Kolchina <[email protected]>
2023-11-06 12:23:59 -05:00
kolchfa-awsandMelissa Vagi 88d06e13bd Add full-text query documentation (#5428)
* Refactor full-text query documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Add examples and parameter descriptions

Signed-off-by: Fanit Kolchina <[email protected]>

* Add multi-match query

Signed-off-by: Fanit Kolchina <[email protected]>

* Add query string field format

Signed-off-by: Fanit Kolchina <[email protected]>

* Query string examples

Signed-off-by: Fanit Kolchina <[email protected]>

* Add regular expressions and fuzziness

Signed-off-by: Fanit Kolchina <[email protected]>

* Add wildcard and regex warning

Signed-off-by: Fanit Kolchina <[email protected]>

* Added more query string format

Signed-off-by: Fanit Kolchina <[email protected]>

* Added multi-field sections

Signed-off-by: Fanit Kolchina <[email protected]>

* Rewrite minimum should match section

Signed-off-by: Fanit Kolchina <[email protected]>

* Added allow expensive queries section

Signed-off-by: Fanit Kolchina <[email protected]>

* Add simple query string query

Signed-off-by: Fanit Kolchina <[email protected]>

* Small rewrites

Signed-off-by: Fanit Kolchina <[email protected]>

* Add intervals query

Signed-off-by: Fanit Kolchina <[email protected]>

* Include discover in query string syntax

Signed-off-by: Fanit Kolchina <[email protected]>

* Link and index page fix

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Implemented editorial comments

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
2023-11-01 09:29:13 -04:00
242c35db59 add pretrained model description and saving disk description (#5383)
* add description and saving disk

Signed-off-by: xinyual <[email protected]>

* update

Signed-off-by: xinyual <[email protected]>

* update

Signed-off-by: xinyual <[email protected]>

* Update _ml-commons-plugin/pretrained-models.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: xinyual <[email protected]>

* Update _query-dsl/specialized/neural-sparse.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: xinyual <[email protected]>

* Update _search-plugins/neural-sparse-search.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: xinyual <[email protected]>

* Update _search-plugins/neural-sparse-search.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: xinyual <[email protected]>

* Update _search-plugins/neural-sparse-search.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: xinyual <[email protected]>

* Moved recommended model choice options outside the table

Signed-off-by: Fanit Kolchina <[email protected]>

* Add a link for more info

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: xinyual <[email protected]>
Signed-off-by: xinyual <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-10-25 11:59:49 -04:00
a97c719591 Add multimodal search/sparse search/pre- and post-processing function documentation (#5168)
* Add multimodal search documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Text image embedding processor

Signed-off-by: Fanit Kolchina <[email protected]>

* Add prerequisite

Signed-off-by: Fanit Kolchina <[email protected]>

* Change query text

Signed-off-by: Fanit Kolchina <[email protected]>

* Added bedrock connector tutorial and renamed ML TOC

Signed-off-by: Fanit Kolchina <[email protected]>

* Name changes and rewording

Signed-off-by: Fanit Kolchina <[email protected]>

* Change connector link

Signed-off-by: Fanit Kolchina <[email protected]>

* Change link

Signed-off-by: Fanit Kolchina <[email protected]>

* Implemented tech review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Link fix and field name fix

Signed-off-by: Fanit Kolchina <[email protected]>

* Add default text embedding preprocessing and post-processing functions

Signed-off-by: Fanit Kolchina <[email protected]>

* Add sparse search documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Fix links

Signed-off-by: Fanit Kolchina <[email protected]>

* Pre/post processing function tech review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Fix link

Signed-off-by: Fanit Kolchina <[email protected]>

* Sparse search tech review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Implemented doc review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Add actual test sparse pipeline response

Signed-off-by: Fanit Kolchina <[email protected]>

* Added tested examples

Signed-off-by: Fanit Kolchina <[email protected]>

* Added model choice for sparse search

Signed-off-by: Fanit Kolchina <[email protected]>

* Remove Bedrock connector

Signed-off-by: Fanit Kolchina <[email protected]>

* Implemented tech review feedback

Signed-off-by: Fanit Kolchina <[email protected]>

* Add that the model must be deployed to neural search

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Link fix

Signed-off-by: Fanit Kolchina <[email protected]>

* Add session token to sagemaker blueprint

Signed-off-by: Fanit Kolchina <[email protected]>

* Formatted bullet points the same way

Signed-off-by: Fanit Kolchina <[email protected]>

* Specified both model types in neural sparse query

Signed-off-by: Fanit Kolchina <[email protected]>

* Added more explanation for default pre/post-processing functions

Signed-off-by: Fanit Kolchina <[email protected]>

* Remove framework and extensibility references

Signed-off-by: Fanit Kolchina <[email protected]>

* Minor rewording

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-10-16 10:45:35 -04:00
Samuel Valdes Gutierrez 3af32575ba Fixing documentation for Wildcard in term-level queries section for Query DSL (#5197)
Signed-off-by: Samuel Valdes Gutierrez <[email protected]>
2023-10-16 09:18:44 -05:00
59ea279c84 Add term frequency functions to score script query (#4988)
* Add term frequency functions to score script query

Signed-off-by: Fanit Kolchina <[email protected]>

* Add tf setup and rewording

Signed-off-by: Fanit Kolchina <[email protected]>

* typo fix

Signed-off-by: Fanit Kolchina <[email protected]>

* changed heading level

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _query-dsl/specialized/script-score.md

Co-authored-by: Chris Moore <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Remove tf from documentation

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Chris Moore <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-09-22 17:31:18 -04:00
f5b8ff79fd Add score normalization and combination documentation (#4985)
* Add search phase results processor

Signed-off-by: Fanit Kolchina <[email protected]>

* Add hybrid query

Signed-off-by: Fanit Kolchina <[email protected]>

* Normalization processor additions

Signed-off-by: Fanit Kolchina <[email protected]>

* Add more details

Signed-off-by: Fanit Kolchina <[email protected]>

* Continue writing

Signed-off-by: Fanit Kolchina <[email protected]>

* Add more query then fetch details and diagram

Signed-off-by: Fanit Kolchina <[email protected]>

* Small rewording

Signed-off-by: Fanit Kolchina <[email protected]>

* Leaner left nav headers

Signed-off-by: Fanit Kolchina <[email protected]>

* Tech review feedback

Signed-off-by: Fanit Kolchina <[email protected]>

* Add semantic search tutorial

Signed-off-by: Fanit Kolchina <[email protected]>

* Reworded prerequisites

Signed-off-by: Fanit Kolchina <[email protected]>

* Removed comma

Signed-off-by: Fanit Kolchina <[email protected]>

* Rewording advanced prerequisites

Signed-off-by: Fanit Kolchina <[email protected]>

* Changed searching for ML model to shorter request

Signed-off-by: Fanit Kolchina <[email protected]>

* Update task type in register model response

Signed-off-by: Fanit Kolchina <[email protected]>

* Changing example

Signed-off-by: Fanit Kolchina <[email protected]>

* Added huggingface prefix to model names

Signed-off-by: Fanit Kolchina <[email protected]>

* Change example responses

Signed-off-by: Fanit Kolchina <[email protected]>

* Added note about huggingface prefix

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _ml-commons-plugin/semantic-search.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Implemented doc review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* List weights under parameters

Signed-off-by: Fanit Kolchina <[email protected]>

* Remove one-shard warning for normalization processor

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Implemented editorial comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Change links

Signed-off-by: Fanit Kolchina <[email protected]>

* More editorial feedback

Signed-off-by: Fanit Kolchina <[email protected]>

* Change model-serving framework to ML framework

Signed-off-by: Fanit Kolchina <[email protected]>

* Use get model API to check model status

Signed-off-by: Fanit Kolchina <[email protected]>

* Implemented tech review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Added neural search description and diagram

Signed-off-by: Fanit Kolchina <[email protected]>

* More editorial comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Add link to profile API

Signed-off-by: Fanit Kolchina <[email protected]>

* Addressed more tech review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Implemented editorial comments on changes

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-09-22 17:29:58 -04:00
kolchfa-awsandChris Moore d946416169 Fix time zone for range query (#5020)
* Fix time zone for range query

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _query-dsl/term/range.md

Co-authored-by: Chris Moore <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Changed link to formats

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Chris Moore <[email protected]>
2023-09-14 11:57:14 -04:00
kolchfa-aws b9adb58f0c Changed format in wildcard query request (#5015)
Signed-off-by: Fanit Kolchina <[email protected]>
2023-09-13 15:22:56 -04:00
75b1c94060 Add script score query (#4970)
* Add script score query

Signed-off-by: Fanit Kolchina <[email protected]>

* Add copy buttons

Signed-off-by: Fanit Kolchina <[email protected]>

* Add note about expensive queries

Signed-off-by: Fanit Kolchina <[email protected]>

* Implemented tech review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Rewording

Signed-off-by: Fanit Kolchina <[email protected]>

* Rewording

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Update _query-dsl/specialized/script-score.md

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* More editorial comments and field name change

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-09-07 10:21:04 -04:00
toyozaki 5d69b132b0 Fixed converted date with time_zone (#4956)
Signed-off-by: toyozaki <[email protected]>
2023-09-05 14:18:10 -05:00
kolchfa-aws c88019e597 Reformat wildcard query request (#4920)
Signed-off-by: Fanit Kolchina <[email protected]>
2023-08-28 17:35:35 -04:00
kolchfa-awsandMark Cohen 63059ce9e2 Case insensitive parameter for wildcard query (#4914)
* added missing documentation about case_insensitive param in wildcard query

Signed-off-by: Mark Cohen <[email protected]>

* Update _query-dsl/query-dsl/term.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update _query-dsl/query-dsl/term.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update _query-dsl/query-dsl/term.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update _query-dsl/term/wildcard.md

Signed-off-by: kolchfa-aws <[email protected]>

* Update _query-dsl/term/wildcard.md

Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Mark Cohen <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Co-authored-by: Mark Cohen <[email protected]>
2023-08-28 16:29:32 -04:00
toyozaki ff0492a966 [DOC] Fix typo in IDs query doc (#4836)
Signed-off-by: Akira Toyozaki <[email protected]>
2023-08-20 12:24:30 -04:00
kolchfa-aws 3ade0a93b8 Add data type to term and term set queries (#4821)
* Add data type to term and term set queries

Signed-off-by: Fanit Kolchina <[email protected]>

* Remove extra parenthesis

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
2023-08-17 18:47:42 -04:00
cac580ef00 Refactor term query documentation (#4787)
* Refactor term query documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Refactor term-level query documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* fix links

Signed-off-by: Fanit Kolchina <[email protected]>

* More examples

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Chris Moore <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Add section about expensive queries

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* More editorial feedback

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Chris Moore <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-08-17 14:38:31 -04:00
a87fdc0f63 Split query DSL, analyzer, and aggregation sections and add more to analyzer section (#4693)
* Add analyzer documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Add index and search analyzer pages

Signed-off-by: Fanit Kolchina <[email protected]>

* Doc review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* More doc review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Implemented editorial comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Update index-analyzers.md

Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-08-08 09:41:55 -04:00
42e8a1bdca Add geohash, geotile, and geobounds aggregation on geoshapes documentation (#4517)
* Add geohash and geotile grid aggregation on geoshapes documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Add copy buttons and details blocks

Signed-off-by: Fanit Kolchina <[email protected]>

* Add note about geoshape agg not supported for visualizations

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _query-dsl/aggregations/bucket/geohash-grid.md

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Add editorial comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Reworded bounds

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-07-18 10:58:30 -04:00
kolchfa-awsandNaarcha-AWS 02f40d7efd Refactor metric aggregation section (#4543)
* Refactor metric aggregation section

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _query-dsl/aggregations/metric/matrix-stats.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Update _query-dsl/aggregations/metric/extended-stats.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
2023-07-12 11:39:20 -04:00
kolchfa-aws 8ec8a16663 Add geohash grid aggregation parameters (#4530)
* Add geohash grid aggregation parameters

Signed-off-by: Fanit Kolchina <[email protected]>

* Implement editorial comments

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
2023-07-07 17:09:15 -04:00
kolchfa-aws f792b2b9a3 Fix geo words and nav order (#4529)
Signed-off-by: Fanit Kolchina <[email protected]>
2023-07-07 16:51:01 -04:00
178a7d5301 Add compound query types documentation (#4390)
* Add compound query documentation

Signed-off-by: Fanit Kolchina <[email protected]>

* Add function score queries

Signed-off-by: Fanit Kolchina <[email protected]>

* Add a geospatial example

Signed-off-by: Fanit Kolchina <[email protected]>

* Add minimum should match parameter

Signed-off-by: Fanit Kolchina <[email protected]>

* Updated boosting response

Signed-off-by: Fanit Kolchina <[email protected]>

* Update _query-dsl/query-dsl/compound/constant-score.md

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Apply suggestions from code review

Co-authored-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Reword example

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-07-07 14:03:30 -04:00
kolchfa-aws ebb315e525 Refactor bucket aggregations section (#4512)
* Refactor bucket aggregations section

Signed-off-by: Fanit Kolchina <[email protected]>

* Add geotile grid aggregation

Signed-off-by: Fanit Kolchina <[email protected]>

* Fix capitalization

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
2023-07-06 12:55:44 -04:00
Heather Halter 837112f9b6 Fixes to redirects (#4195)
* redirects

Signed-off-by: Heather Halter <[email protected]>

* fixedformat

Signed-off-by: Heather Halter <[email protected]>

* fixbrokenlink

Signed-off-by: Heather Halter <[email protected]>

* fixbrokenlink

Signed-off-by: Heather Halter <[email protected]>

---------

Signed-off-by: Heather Halter <[email protected]>
2023-05-26 14:48:31 -07:00
Heather HalterandNaarcha-AWS ee7d1efd02 More redirects and spelling fixes (#4093)
* redirects and spelling

Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/ad/index.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _observing-your-data/ad/index.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _search-plugins/knn/index.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

---------

Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
2023-05-17 09:57:14 -07:00
astephanusandFanit Kolchina 1fb5252cd6 Adds collections landing page configuration and navigation header linking (#3812)
* Adds collections landing page configuration and navigation header linking

Signed-off-by: Aaron Stephanus <[email protected]>

* Removes unnecessary collection property from the configuration.

Signed-off-by: Aaron Stephanus <[email protected]>

* Adds links to navigation collection headers to collection index pages based on the collection name

Signed-off-by: Aaron Stephanus <[email protected]>

* Hide index pages from view and add info to formatting guide

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Aaron Stephanus <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Co-authored-by: Fanit Kolchina <[email protected]>
2023-05-11 13:56:08 -04:00
2e369607e1 Add index pages to support heading clickability (#3837)
* Add index pages and reorganize content for header clickability

Signed-off-by: Fanit Kolchina <[email protected]>

* Apply suggestions from code review

Co-authored-by: Melissa Vagi <[email protected]>

* Implemented doc review comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Punctuation fix

Signed-off-by: Fanit Kolchina <[email protected]>

* Renamed to creating and tuning cluster

Signed-off-by: Fanit Kolchina <[email protected]>

* Content planning dashboards index page

Signed-off-by: vagimeli <[email protected]>

* Add Dashboards index page

Signed-off-by: vagimeli <[email protected]>

* Add Dashboards index page

Signed-off-by: vagimeli <[email protected]>

* Add Dashboards index

Signed-off-by: vagimeli <[email protected]>

* Update _dashboards/index.md

Co-authored-by: Heather Halter <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>

* Address doc feedback

Signed-off-by: vagimeli <[email protected]>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>

* Implemented editorial comments

Signed-off-by: Fanit Kolchina <[email protected]>

* Link fix

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: vagimeli <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Heather Halter <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
2023-05-11 11:00:30 -04:00
kolchfa-aws b58aec3555 Add limitation on aggregations for long values (#4045)
* Add limitation on aggregations for long values

Signed-off-by: Fanit Kolchina <[email protected]>

* Implemented doc review comments

Signed-off-by: Fanit Kolchina <[email protected]>

---------

Signed-off-by: Fanit Kolchina <[email protected]>
2023-05-09 14:34:53 -04:00
ec648b8f83 More redirect changes and small tweaks (#4022)
* more redirect changes and small tweaks

Signed-off-by: Heather Halter <[email protected]>

* Update _api-reference/cluster-api/cluster-allocation.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _api-reference/cluster-api/cluster-awareness.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _api-reference/cluster-api/cluster-health.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _api-reference/cluster-api/cluster-decommission.md

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

* Update _im-plugin/ism/managedindexes.md

Co-authored-by: Naarcha-AWS <[email protected]>
Signed-off-by: Heather Halter <[email protected]>

---------

Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: Heather Halter <[email protected]>
Signed-off-by: Naarcha-AWS <[email protected]>
Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
2023-05-05 09:02:49 -07:00
Naarcha-AWS e119a93798 Index and OpenSearch TOC changes (#2946)
* Add new Query DSL section

Signed-off-by: Naarcha-AWS <[email protected]>

* Change config settings

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix links

Signed-off-by: Naarcha-AWS <[email protected]>

* Add Query DSL back to Search

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix remaining links

Signed-off-by: Naarcha-AWS <[email protected]>

* Last reorder

Signed-off-by: Naarcha-AWS <[email protected]>

* Add Heather's feedback

Signed-off-by: Naarcha-AWS <[email protected]>

* Add Query DSL section. Delete Index Data page

Signed-off-by: Naarcha-AWS <[email protected]>

* Fix index title

Signed-off-by: Naarcha-AWS <[email protected]>

* Add correct title to managing indexes

Signed-off-by: Naarcha-AWS <[email protected]>

* Change config yml

Signed-off-by: Naarcha-AWS <[email protected]>

* Add permalinks for each page in query DSL section

Signed-off-by: Naarcha-AWS <[email protected]>

* :wq

---------

Signed-off-by: Naarcha-AWS <[email protected]>
2023-03-08 09:53:21 -06:00