Commit graph

17 commits

Author SHA1 Message Date
Ioana Tagirta
e784706b4e
Allow typed_keys for search application Search API (#108007)
* Allow typed_keys for search application Search API

* Update docs/changelog/108007.yaml

* Use RestSearchAction.TYPED_KEYS_PARAM
2024-04-30 11:31:45 +02:00
Kathleen DeRusso
fd0c7f57a8
Remove outdated note from get search application docs (#101451) 2023-10-27 08:27:55 -04:00
Mike Pellegrini
3b8825c5d3
Clarify search application search API documentation (#100930)
Clarify the Search Application Search API & Render Search Application Query API documentation
2023-10-18 13:00:38 -04:00
Saikat Sarkar
c9a2555f09
[Search Relevance] GET search application API should return the alias indices (#99029)
* Add indices to GET search_application endpoint

* Update x-pack/plugin/ent-search/src/main/java/org/elasticsearch/xpack/application/search/SearchApplication.java

Co-authored-by: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com>

* Update x-pack/plugin/ent-search/src/main/java/org/elasticsearch/xpack/application/search/SearchApplication.java

Co-authored-by: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com>

* Update x-pack/plugin/ent-search/src/main/java/org/elasticsearch/xpack/application/search/SearchApplication.java

Co-authored-by: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com>

* Add indices to GET search_application endpoint

---------

Co-authored-by: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com>
2023-09-04 16:43:38 -06:00
Ioana Tagirta
b2ba56a804
Search Applications: Remove inconsistent indices warning (#98348)
* Remove inconsistent indices warning

* Revert docs changes for inconsistent indices warning
2023-08-10 16:14:08 +02:00
Kathleen DeRusso
0437416c33
Tech debt: Add tests to documentation for query rules, search applications (#98266)
* Add tests for query rules

* More tests

* Fix search app tests

* Fix tests

* Add teardown to tests

* Add tests for list search apps call

* Update test in get search application

* Tweak stack trace

* Make response match in test

---------

Co-authored-by: carlosdelest <carlos.delgado@elastic.co>
2023-08-09 08:01:52 -04:00
Ioana Tagirta
f3d0073066
Search Applications: remove indices array and rely on alias (#98036)
* Stop returning the indices list for GET search app

* Stop returning the indices list for the list search app API

* Stop storing indices list

* Remove indices from system index mapping

* Check for alias in PUT rest tests

* Documentation changes

* Do not check for alias existence since we are already doing get alias
2023-08-02 10:00:39 +02:00
Ioana Tagirta
d2685926f3
Document dictionary parameter for Search Applications (#97501)
* Document dictionary parameter for Search Applications

* Address PR feedback
2023-07-19 14:26:16 +02:00
Kathleen DeRusso
e35d9e7982
Update Search Application API docs to discuss warnings (#97188)
* Update Search Application API docs to discuss warnings

* Update docs/reference/search-application/apis/get-search-application.asciidoc

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>

* Update docs/reference/search-application/apis/search-application-search.asciidoc

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>

---------

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2023-06-29 09:16:07 -04:00
Liam Thompson
ccca57bd90
[DOCS] Delete duplicated link (#97076) 2023-06-26 10:02:32 +02:00
Abdon Pijpelink
012dea54dc
[DOCS] Add link to Render Search Application Query docs (#97067) 2023-06-24 12:02:59 +02:00
Saikat Sarkar
e27648edc8
Change tech preview to beta (#96748) 2023-06-09 11:09:21 -06:00
Joe Wu
fe78e48744
fix typo, my-app -> my_app (#96543)
fix typo, `my-app` -> `my_app`
2023-06-05 09:48:27 +02:00
Kathleen DeRusso
63524f8efc
Add template information to search application API docs (#95591)
Co-authored-by: Chris Cressman <chris@chriscressman.com>
Co-authored-by: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com>
2023-04-27 09:32:25 -04:00
Kathleen DeRusso
ba93ddb11d
Add _render_query API call for Search Applications (#95513) 2023-04-26 13:47:41 -04:00
Kathleen DeRusso
8432a5a366
Update Search Application API docs to reflect Tech Preview status (#95308) 2023-04-17 14:14:30 -04:00
Carlos Delgado
7a782031c4
Add Enterprise Search Module (#94381)
Create base module for ent-search with CRUD APIs to manage behavioral analytics and Search Application.

---------

Co-authored-by: Jim Ferenczi <jim.ferenczi@elastic.co>
Co-authored-by: Aurélien FOUCRET <aurelien.foucret@gmail.com>
Co-authored-by: Kathleen DeRusso <63422879+kderusso@users.noreply.github.com>
Co-authored-by: Ioana Tagirta <ioanatia@users.noreply.github.com>
Co-authored-by: Joseph McElroy <joseph.mcelroy@elastic.co>
Co-authored-by: Aurelien FOUCRET <aurelien.foucret@elastic.co>
Co-authored-by: Benjamin Trent <ben.w.trent@gmail.com>
2023-04-04 10:36:13 +01:00