we had created the index of 130 million data with 5 shards and four
nodes.we had written the query with query string passing around 100 search
values with space separate and passing the results to another query.total
it is taking around 5 to 6 secs to complete get the results for two
queres.Is there any performance improvent suggestion.Below is the query i
am running
It sounds like you don't really need scoring so you might want to use
filters instead of the query_string query. Perhaps you can try the terms
filter instead. Maybe something like this:
I had tried with using the Term Filter .I am seeing little performance
improvement but not as expected (expected 1sec)
Any pointers.
Thanks
On Wednesday, January 29, 2014 1:29:31 PM UTC-8, Binh Ly wrote:
It sounds like you don't really need scoring so you might want to use
filters instead of the query_string query. Perhaps you can try the terms
filter instead. Maybe something like this:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.