Hello,
I have developed a small sample web application implementing the search
feature of elasticsearch. The index which is searched upon is only 60 kb.
When I run the application it takes 30 seconds to display the search
results. Can anyone suggest a way to improve the performance? Any help in
this matter would be appreciated.
Hello,
I have developed a small sample web application implementing the search
feature of elasticsearch. The index which is searched upon is only 60 kb.
When I run the application it takes 30 seconds to display the search
results. Can anyone suggest a way to improve the performance? Any help in
this matter would be appreciated.
Also it seems that this is because of the "setWaitForYellowStatus()". Any
suggestions on how to work on it now as in to avoid this wait of 30
seconds??
Hello,
I have developed a small sample web application implementing the search
feature of elasticsearch. The index which is searched upon is only 60 kb.
When I run the application it takes 30 seconds to display the search
results. Can anyone suggest a way to improve the performance? Any help in
this matter would be appreciated.
Thank you
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
Also it seems that this is because of the "setWaitForYellowStatus()". Any
suggestions on how to work on it now as in to avoid this wait of 30
seconds??
Hello,
I have developed a small sample web application implementing the search
feature of elasticsearch. The index which is searched upon is only 60
kb.
When I run the application it takes 30 seconds to display the search
results. Can anyone suggest a way to improve the performance? Any help
in
this matter would be appreciated.
Thank you
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
Also it seems that this is because of the "setWaitForYellowStatus()". Any
suggestions on how to work on it now as in to avoid this wait of 30
seconds??
Hello,
I have developed a small sample web application implementing the search
feature of elasticsearch. The index which is searched upon is only 60
kb.
When I run the application it takes 30 seconds to display the search
results. Can anyone suggest a way to improve the performance? Any help
in
this matter would be appreciated.
Thank you
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
Thats the wrong way to solve the problem, in general, you don't need to
check on each request for yellow status, the search response will include
what worked and what not. And if the cluster is not in yellow status,
something is wrong.
Also it seems that this is because of the "setWaitForYellowStatus()".
Any suggestions on how to work on it now as in to avoid this wait of 30
seconds??
Hello,
I have developed a small sample web application implementing the
search
feature of elasticsearch. The index which is searched upon is only 60
kb.
When I run the application it takes 30 seconds to display the search
results. Can anyone suggest a way to improve the performance? Any
help in
this matter would be appreciated.
Thank you
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
Correct me if I am wrong. So you mean I should not change the time out
value right?
Well that will again lead to the application to wait for 30 seconds before
it can go further to the creation of queryBuilder object later followed by
search response.
How do you suggest to work on it?
Thank you
On Mon, Jun 25, 2012 at 6:13 PM, Shay Banon kimchy@gmail.com wrote:
Thats the wrong way to solve the problem, in general, you don't need to
check on each request for yellow status, the search response will include
what worked and what not. And if the cluster is not in yellow status,
something is wrong.
Also it seems that this is because of the "setWaitForYellowStatus()".
Any suggestions on how to work on it now as in to avoid this wait of 30
seconds??
Hello,
I have developed a small sample web application implementing the
search
feature of elasticsearch. The index which is searched upon is only
60 kb.
When I run the application it takes 30 seconds to display the search
results. Can anyone suggest a way to improve the performance? Any
help in
this matter would be appreciated.
Thank you
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
--
Harsh Chhatwani
3rd year student
M.Sc(Hons.)Maths with B.E(Hons.)Computer Science
BITS Pilani
Rajasthan(333031)
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.