geospatial search support for SOLR 1.3 and 1.4?

2010-12-28 Thread Bharat Jain
hi, we are currently using SOLR 1.3 and planning to use location based search for some of functionality. Is there any support for such a thing in 1.3? Do we need to upgrade to 1.4+ version. Thanks Bharat Jain

Re: Where is the lock file?

2010-11-15 Thread Bharat Jain
Hi guys, We are also running into unusually high number of LockObtainFailedException in our production environment. We have a very simple setup. A master and a slave with multi-core setup. We are using SOLR 1.3. What is the use of lockType? Thanks Bharat Jain On Tue, Oct 12, 2010 at 4:23 AM

urgent SOLR query server request hangs

2010-09-27 Thread Bharat Jain
) at com.xxx..search.JobReqSearchObject.query(JobReqSearchObject.java:903) Thanks Bharat Jain

Re: org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out : SingleInstanceLock: write.lock

2010-09-14 Thread Bharat Jain
Thanks Mark for taking time to reply. What else could cause this issue to happen so frequently. We have a master/slave configuration and only one update server that writes to index. We have plenty of disk space available. Thanks Bharat Jain On Fri, Sep 10, 2010 at 8:19 AM, Mark Miller markrmil

org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out : SingleInstanceLock: write.lock

2010-09-09 Thread Bharat Jain
); } closeSearcher(); closeWriter(); callPostCommitCallbacks(); } Thanks Bharat Jain

field collapsing on multiple fields

2010-08-19 Thread Bharat Jain
Hello, I was just wondering if there is field collapsing available for multiple fields. Basically grouping in different ways, like languages, country etc. Does anybody have any performance data available that they would like to share. Thanks Bharat Jain

Re: question about relevance

2010-08-05 Thread Bharat Jain
patch or is it that i have to apply all the patches and make it work. Can I apply the patch in solr 1.3? Thanks Bharat Jain On Sat, Jul 31, 2010 at 2:16 AM, Otis Gospodnetic otis_gospodne...@yahoo.com wrote: May I suggest looking at some of the related issues, say SOLR-1682 This issue

Re: question about relevance

2010-07-30 Thread Bharat Jain
Hi, Thanks a lot for the info and your time. I think field collapse will work for us. I looked at the https://issues.apache.org/jira/browse/SOLR-236 but which file I should use for patch. We use solr-1.3. Thanks Bharat Jain On Fri, Jul 30, 2010 at 12:53 AM, Chris Hostetter hossman_luc

facet total score instead of total count

2010-07-28 Thread Bharat Jain
help is greatly appreciated. Thanks Bharat Jain

Re: question about relevance

2010-07-28 Thread Bharat Jain
for this situation is doing faceting on userId field and then add the score but currently I think lucene only support facet count, basically solr will give you only count of docs it matched. Can I get sum of the score of documents that matched? Thanks Bharat Jain On Tue, Jul 27, 2010 at 5:58 AM, Erick Erickson

question about relevance

2010-07-26 Thread Bharat Jain
to show the relevant users at the top of the list. I am thinking of adding the Lucene scores of different result documents to get the best scores. Is this correct approach to get the relevance of the user? Thanks Bharat Jain