mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
Note concerning usage of (dfs_)query_and_fetch
Add a note indicating that (dfs_)query_and_fetch are only intended for internal use.
This commit is contained in:
parent
1d60f34944
commit
04c1521428
@ -38,6 +38,10 @@ you can write:
|
||||
SearchResponse response = client.prepareSearch().execute().actionGet();
|
||||
--------------------------------------------------
|
||||
|
||||
NOTE: Although the Java API defines the additional search types QUERY_AND_FETCH and
|
||||
DFS_QUERY_AND_FETCH, these modes are internal optimizations and should not
|
||||
be specified explicitly by users of the API.
|
||||
|
||||
For more information on the search operation, check out the REST
|
||||
{ref}/search.html[search] docs.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user