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

Search API: Optimize single shard search to QUERY_AND_FETCH from any other search type #547

Closed
kimchy opened this issue Dec 1, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Dec 1, 2010

A single shard search (either though routing setting, or when using a single shard index) should be optimized to QUERY_AND_FETCH search type from any other type. The DFS phase is only needed when multiple shards are in play, and the "then fetch" optimization is only relevant when hitting more shards.

@kimchy
Copy link
Member Author

kimchy commented Dec 1, 2010

Search API: Optimize single shard search to QUERY_AND_FETCH from any other search type, closed by d9610ed.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant