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