• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aggs/H03-May-2022-

collectors/H03-May-2022-

errors/H03-May-2022-

expressions/H03-May-2022-

routes/H03-May-2022-

services/H03-May-2022-

session/H03-May-2022-

strategies/H18-Dec-2021-

README.mdH A D18-Dec-2021500 138

README.md

1# search
2
3The `search` plugin provides the ability to register search strategies that take in a request
4object, and return a response object, of a given shape.
5
6Both client side search strategies can be registered, as well as server side search strategies.
7
8The `search` plugin includes:
9
10- ES_SEARCH_STRATEGY - hitting regular es `_search` endpoint using query DSL
11- (default) ESE_SEARCH_STRATEGY (Enhanced ES) - hitting `_async_search` endpoint and works with search sessions
12- EQL_SEARCH_STRATEGY
13