-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java API: Expose source as Map (in GetResponse, SearchHit), allow to index a Map #58
Labels
Comments
Java API: Expose source as Map (in GetResponse, SearchHit), allow to index a Map, closed by 86c3a40. |
dadoonet
pushed a commit
that referenced
this issue
Jun 5, 2015
dadoonet
added a commit
that referenced
this issue
Jun 5, 2015
rmuir
pushed a commit
to rmuir/elasticsearch
that referenced
this issue
Nov 8, 2015
StefanGor
pushed a commit
to StefanGor/elasticsearch
that referenced
this issue
Mar 17, 2017
Update Coordination.md
ywelsch
pushed a commit
to ywelsch/elasticsearch
that referenced
this issue
May 24, 2018
The Legislator tests are currently a little painful to run in an iterated fashion (i.e. with `-Dtests.iters=BIGNUM`) due to the quantity of log output produced. This change removes the TRACE-by-default annotations, and also reduces the number of iterations in `runRandomly()`. Verbose logging can be reinstated by running the tests with -Dtests.es.logger.level=TRACE Fixes elastic#52
This was referenced Dec 3, 2019
henningandersen
pushed a commit
to henningandersen/elasticsearch
that referenced
this issue
Jun 4, 2020
With this commit we turn `index_pattern` into a mandatory parameter in all places where it was still optional. This avoids accidental mistakes and ensures that the intended index pattern is used.
cbuescher
pushed a commit
to cbuescher/elasticsearch
that referenced
this issue
Oct 2, 2023
With this commit we allow users to pass a different track.json file than the one that is included in night_rally. This allows users to leverage night_rally's infrastructure with custom benchmarks. Relates elastic#58
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide support for Map both when indexing (using the IndexRequest) and when getting source back (GetResponse, SearchHit).
The text was updated successfully, but these errors were encountered: