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

Return found: false for docs requested between index and refresh #7124

Closed
wants to merge 3 commits into from

Conversation

alexksikes
Copy link
Contributor

Closes #7121

settings:
"index.translog.disable_flush": true
"index.number_of_shards": 1
"refresh_interval": "1h"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd disable refresh entirely (-1) just to make sure that the document is not found in the index.

@jpountz
Copy link
Contributor

jpountz commented Aug 1, 2014

It would also be nice to mention in the docs that this is a near realtime API and that term vectors are not available until the next refresh.

@jpountz
Copy link
Contributor

jpountz commented Aug 4, 2014

LGTM

@jpountz jpountz removed the review label Aug 4, 2014
@alexksikes alexksikes closed this Aug 21, 2014
@clintongormley clintongormley changed the title Term vector API: return found: false for docs between index and refresh Term Vectors: Return found: false for docs requested between index and refresh Sep 8, 2014
@clintongormley clintongormley changed the title Term Vectors: Return found: false for docs requested between index and refresh Return found: false for docs requested between index and refresh Jun 7, 2015
@clintongormley clintongormley added :Search/Search Search-related issues that do not fall into other categories and removed :Term Vectors labels Feb 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement :Search/Search Search-related issues that do not fall into other categories v1.4.0.Beta1 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_termvector returns JsonGenerationException if called between index and refresh
4 participants