solr performance problem from 4.3.0 with sorting

2013-06-20 Thread Ariel Zerbib
Hi, We updated to version 4.3.0 from 4.2.1 and we have some performance problem with the sorting. A query that returns 1 hits has a query time more than 100ms (can be more than 1s) against less than 10ms for the same query without the sort parameter: query with sorting option: q=level_4_id:5310

solr join use case (not in instead of in)

2013-04-11 Thread Ariel Zerbib
Solr has implemented from version 4 the !join query. I'd like to know if the following case is possible. For example, we have documents of the following form: doc1: field1:123 field2:A field3:456 doc2: field1:123 field2:B field3:789 doc3:

Re: strange behavior of scores and term proximity use

2011-11-23 Thread Ariel Zerbib
I tested with the version 4.0-2011-11-04_09-29-42. Ariel 2011/11/17 Erick Erickson > Hmmm, I'm not seeing similar behavior on a trunk from today, when did > you get your copy? > > Erick > > On Wed, Nov 16, 2011 at 2:06 PM, Ariel Zerbib > wrote: > > Hi, >

strange behavior of scores and term proximity use

2011-11-16 Thread Ariel Zerbib
Hi, For this term proximity query: ab_main_title_l0:"to be or not to be"~1000 http://localhost:/solr/select?q=ab_main_title_l0%3A%22og54ct8n+to+be+or+not+to+be+5w8ojsx2%22~1000&sort=score+desc&start=0&rows=3&fl=ab_main_title_l0%2Cscore%2Cid&debugQuery=true The third first results are the fol