RE: How to deal with cache for facet search when index is always increment?

2013-05-01 Thread Kuai, Ben
Hi You can give soft-commit a try. More details available here http://wiki.apache.org/solr/NearRealtimeSearch -Original Message- From: 李威 [mailto:li...@antvision.cn] Sent: Thursday, 2 May 2013 12:02 PM To: solr-user Cc: 李景泽; 罗佳 Subject: How to deal with cache for facet search when inde

RE: Sorting on Score Problem

2013-01-24 Thread Kuai, Ben
Hi Hoss Thanks for the reply. Unfortunately we have other customized similarity classes that I don’t know how to disable them and still make query work. I am trying to attach more information once I work out how to simply the issue. Thanks Ben From: C

Sorting on Score Problem

2013-01-23 Thread Kuai, Ben
Hi We met a wired problem in our project when sorting by score in Solr 4.0, the biggest score document is not a the top the debug explanation from solr are like this, First Document 1.8412635 = (MATCH) sum of: 2675.7964 = (MATCH) sum of: 0.0 = (MATCH) sum of: 0.0 = (MATCH) max of:

RE: sort by function error

2012-11-13 Thread Kuai, Ben
ce been fixed. -Yonik http://lucidworks.com On Mon, Nov 12, 2012 at 11:19 PM, Kuai, Ben wrote: > Hi Yonik > > Thanks for the reply. > My sample query, > > q="cafe"&sort=geodist(geoLocation,-32.123323,108.123323)+asc&group.field=familyId > > > > > as lon

RE: sort by function error

2012-11-12 Thread Kuai, Ben
r 13, 2012 6:46 AM To: solr-user@lucene.apache.org Subject: Re: sort by function error On Mon, Nov 12, 2012 at 5:24 AM, Kuai, Ben wrote: > more information, problem only happends when I have both sort by function > and grouping in query. I haven't been able to duplicate this with a

RE: sort by function error

2012-11-11 Thread Kuai, Ben
more information, problem only happends when I have both sort by function and grouping in query. From: Kuai, Ben [ben.k...@sensis.com.au] Sent: Monday, November 12, 2012 2:12 PM To: solr-user@lucene.apache.org Subject: sort by function error Hi I am