Re: debugging IndexSearcher.search performance

2016-06-21 Thread Kudrettin Güleryüz
Thanks for the response and sorry for not updating the thread. issue turned out to be not related to IndexSearcher.search() Further looking in the code, found that the method was called multiple times. Issue resolved after refactoring. Thanks, Kudret On Thu, Mar 10, 2016 at 2:03 AM Adrien Grand

Re: debugging IndexSearcher.search performance

2016-03-09 Thread Adrien Grand
There is a lot of things happening under this method. Since it seems that you ran this under a profiler, do you have a breakdown of which methods this CPU time is spent in? Le mar. 8 mars 2016 à 17:16, Kudrettin Güleryüz a écrit : > Hi, > > The code I am working on is spending long time in this

debugging IndexSearcher.search performance

2016-03-08 Thread Kudrettin Güleryüz
Hi, The code I am working on is spending long time in this function: Searcher.java:221 org.apache.lucene.search.IndexSearcher.search(Query, int, Sort) 94400ms 95% Query fed to the function looks ugly at first and I first thought that it could be the culprit: +body:/.*foo/ +((+dir1:foo +dir2:bar)