Look this link : http://wiki.apache.org/solr/DistributedSearch
This will help you when you have large index.
-Original Message-
From: Rohit Gupta [mailto:ro...@in-rev.com]
Sent: Friday, July 15, 2011 11:37 PM
To: solr-user@lucene.apache.org
Subject: Re: Need Suggestion
I am using
I am using -Xms2g and -Xmx6g
What would be the ideal JVM size?
Regards,
Rohit
From: Mohammad Shariq
To: solr-user@lucene.apache.org
Sent: Fri, 15 July, 2011 7:27:38 PM
Subject: Re: Need Suggestion
below are certain things to do for search latency.
1) Do
below are certain things to do for search latency.
1) Do bulk insert.
2) Commit after every ~5000 docs.
3) Do optimization once in a day.
4) in search query use "fq" parameter.
What is the size of JVM you are using ???
On 15 July 2011 17:44, Rohit wrote:
> I am facing some performance iss
I think you can handle that writing a custom transformer. There's a good
explanation in the wiki:
http://wiki.apache.org/solr/DIHCustomTransformer
KshamaPai wrote:
>
> Hi,
> Am new to solr.
> I am trying location aware search with spatial lucene in solr1.5 nightly
> build.
> My table in mysql