Skip to content
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

'Highlighting' and 'fields' without stored fields #319

Closed
tpoljak opened this issue Aug 13, 2010 · 2 comments
Closed

'Highlighting' and 'fields' without stored fields #319

tpoljak opened this issue Aug 13, 2010 · 2 comments

Comments

@tpoljak
Copy link

tpoljak commented Aug 13, 2010

It would be really great if ES could provide 'highlighting' and 'fields' features (from the search API) without the need for each field to be stored separately (by reusing stored json _source field).

@apatrida
Copy link
Contributor

apatrida commented Nov 9, 2010

+1 possibly most stored fields are less useful when you have the JSON document around to pull them from; although for analyzed fields there are reasons to have them stored for performance (a sort variation, a facet variation, etc.)

@kimchy
Copy link
Member

kimchy commented Dec 12, 2010

Features added:

The fields feature has been there with the ability to load a field using _source., with #562, it will be automatically done.

Highlighting added with #561.

mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…ched-files (pull request elastic#319)

MPC-3703: remove .map from cloudfront cached files

* remove .map from cloudfront cached files


Approved-by: Can Yildiz
costin pushed a commit that referenced this issue Dec 6, 2022
🤖 ESQL: Merge upstream
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants