Re: Potential bug

2021-06-14 Thread Baris Kazar
Kazar Subject: Re: Potential bug Dear Folks,- i have a lot of experience in performance tuning and parallel processing: 17+7 years. So, when you say "you dont know what you ask for", that does not sound good at all besides i was clear on that. Alessandro, i appreciate the apology a

Re: Potential bug

2021-06-14 Thread Baris Kazar
, June 14, 2021 8:46 AM To: java-user@lucene.apache.org Cc: Baris Kazar Subject: Re: Potential bug +1 to Adrien. Let's keep the tone neutral. On Mon, 14 Jun 2021, 16:00 Adrien Grand, mailto:jpou...@gmail.com>> wrote: Baris, you called out an insult from Alessandro and your replies sug

Re: Potential bug

2021-06-14 Thread Atri Sharma
ain. > > > >> > > > >> Fuzzy search is always expensive but that seems to suit best to my > > > needs. > > > >> > > > >> > > > >> Thanks Diego for these great questions and i already explored them. &

Re: Potential bug

2021-06-14 Thread Adrien Grand
; > >> > > >> Thanks Diego for these great questions and i already explored them. > But > > >> thanks again. > > >> > > >> Best regards > > >> > > >> > > >> On 6/9/21 2:04 PM, Diego Ceccarell

Re: Potential bug

2021-06-14 Thread Alessandro Benedetti
Ceccarelli (BLOOMBERG/ LONDON) wrote: > >>> I have never used fuzzy search but from the documentation it seems very > >> expensive, and if you do it on 10 terms and 1M documents it seems very > very > >> very expensive. > >>> Are you using the default

Re: Potential bug

2021-06-11 Thread baris . kazar
you do not use fuzzy (just to see if is fuzzy the introduce the slow down)? Or what happens to performance if you do fuzzy with 1, 2, 5 terms instead of 10? From: java-user@lucene.apache.org At: 06/09/21 18:56:31To: java-user@lucene.apache.org, baris.ka...@oracle.com Subject: Re: Potential bug

Re: Potential bug

2021-06-11 Thread baris . kazar
to performance if you do fuzzy with 1, 2, 5 terms instead of 10? From: java-user@lucene.apache.org At: 06/09/21 18:56:31To: java-user@lucene.apache.org, baris.ka...@oracle.com Subject: Re: Potential bug i cant reveal those details i am very sorry. but it is more than 1 million. let me tell

Re: Potential bug

2021-06-11 Thread baris . kazar
java-user@lucene.apache.org At: 06/09/21 18:56:31To: java-user@lucene.apache.org, baris.ka...@oracle.com Subject: Re: Potential bug i cant reveal those details i am very sorry. but it is more than 1 million. let me tell that i have a lot of code that processes results from lucene but the b

Re: Potential bug

2021-06-11 Thread Alessandro Benedetti
at parameter? > > > > Have you tried to see how the performance change if you do not use fuzzy > (just to see if is fuzzy the introduce the slow down)? > > Or what happens to performance if you do fuzzy with 1, 2, 5 terms > instead of 10? > > > > > > Fr

Re: Potential bug

2021-06-09 Thread baris . kazar
see if is fuzzy the introduce the slow down)? Or what happens to performance if you do fuzzy with 1, 2, 5 terms instead of 10? From: java-user@lucene.apache.org At: 06/09/21 18:56:31To: java-user@lucene.apache.org, baris.ka...@oracle.com Subject: Re: Potential bug i cant reveal those details

Re: Potential bug

2021-06-09 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
java-user@lucene.apache.org, baris.ka...@oracle.com Subject: Re: Potential bug i cant reveal those details i am very sorry. but it is more than 1 million. let me tell that i have a lot of code that processes results from lucene but the bottle neck is lucene fuzzy search. Best regards On 6/9/

Re: Potential bug

2021-06-09 Thread baris . kazar
you have in the index? and can you show an example of query? From: java-user@lucene.apache.org At: 06/09/21 18:33:25To: java-user@lucene.apache.org, baris.ka...@oracle.com Subject: Re: Potential bug i have only two fields one string the other is a number (stored as string), i guess you cant

Re: Potential bug

2021-06-09 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
How many documents do you have in the index? and can you show an example of query? From: java-user@lucene.apache.org At: 06/09/21 18:33:25To: java-user@lucene.apache.org, baris.ka...@oracle.com Subject: Re: Potential bug i have only two fields one string the other is a number (stored as

Re: Potential bug

2021-06-09 Thread baris . kazar
he.org Cc: baris.ka...@oracle.com Subject: Re: Potential bug Thanks Adrien, but the differences is too far apart. I think the algorithm needs to be revised. what if the user needs to limit the search process? that leaves no control. there should be a way to speedup lucene then if this is not possi

Re: Potential bug

2021-06-09 Thread Diego Ceccarelli (BLOOMBERG/ LONDON)
gards, Diego From: java-user@lucene.apache.org At: 06/09/21 18:18:01To: java-user@lucene.apache.org Cc: baris.ka...@oracle.com Subject: Re: Potential bug Thanks Adrien, but the differences is too far apart. I think the algorithm needs to be revised. what if the user needs to limit the search process? t

Re: Potential bug

2021-06-09 Thread baris . kazar
ed to only compute the top 10 hits. On Wed, Jun 9, 2021 at 7:07 PM wrote: Hi,- i think this is a potential bug i set this time totalHitsThreshold to 10 and i get totalhits reported as 1655 but i get 10 results in total. I think this suggests that there might be a bug with TopScoreDocColl

Re: Potential bug

2021-06-09 Thread Adrien Grand
> Hi,- > > i think this is a potential bug > > > i set this time totalHitsThreshold to 10 and i get totalhits reported as > 1655 but i get 10 results in total. > > I think this suggests that there might be a bug with > TopScoreDocColl

Potential bug

2021-06-09 Thread baris . kazar
Hi,-  i think this is a potential bug i set this time totalHitsThreshold to 10 and i get totalhits reported as 1655 but i get 10 results in total. I think this suggests that there might be a bug with TopScoreDocCollector algorithm. Best regards