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 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:
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,
>
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