Could not find an instance of QueryComponent. Disabling collation verification against the index.

2013-04-19 Thread balaji.gandhi
Hi Team, I am trying to configure the Auto-suggest feature for the "businessProvince" field in my schema. I followed the instructions here:- http://wiki.apache.org/solr/Suggester But then I got the following error:- "INFO: Could not find an instance of QueryComponent. Disabling collation verific

Re: Rename fields in a query

2013-01-16 Thread balaji.gandhi
Hi, I am trying to do something similar:- Eg. Input: (name:John AND name:Doe) Output: ((firstName:John OR lastName:John) AND (firstName:John OR lastName:John)) How can I extract the fields, change them and repackage the query? Thanks, Balaji -- View this message in context: http://lu

Re: Query parsing VS marshalling/unmarshalling

2013-01-16 Thread balaji.gandhi
Hi, I am trying to do something similar:- Eg. Input: (name:John AND name:Doe) Output: ((firstName:John OR lastName:John) AND (firstName:John OR lastName:John)) How can I extract the fields, change them and repackage the query? Thanks, Balaji -- View this message in context: http://lu

Solr 4.0 and SIREn plugin

2012-12-05 Thread balaji.gandhi
Hi Team, We are looking into using the SIREn plugin with Solr 4.0. I am just confirming if this plugin works with Solr 4.0. Also if someone has some good documentation on this, it will be of great help. Thanks, Balaji -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4

Re: Using AnalyzingQueryParser - Solr 4.0

2012-11-09 Thread balaji.gandhi
Hi Jack, We have an email field defined like this:- A query like [emailAddress : bob*] would match b...@bob.com, but queries

Using AnalyzingQueryParser - Solr 4.0

2012-11-08 Thread balaji.gandhi
Hi Team, Just trying to find out how to configure AnalyzingQueryParser in Solr 4.0. Please let me know. Thanks, Balaji -- View this message in context: http://lucene.472066.n3.nabble.com/Using-AnalyzingQueryParser-Solr-4-0-tp4019193.html Sent from the Solr - User mailing list archive at Nabbl

Re: Anyone working on adapting AnalyzingQueryParser to solr?

2012-10-31 Thread balaji.gandhi
Hi iorixxx, this is how we our email field defined. So a query like [emailAddress : bob*] would match b...@bob.com, but queri

Re: Anyone working on adapting AnalyzingQueryParser to solr?

2012-10-31 Thread balaji.gandhi
Hi, Is the AnalyzingQueryParser ported to SOLR? I read that it it available in Lucene. Not sure about SOLR. We are trying to workaround this limitation:- "On wildcard and fuzzy searches, no text analysis is performed on the search word." http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilte

Re: After to SOLR 4.0.0 Upgrade - ClusterState says we are the leader, but locally we don't think so

2012-10-31 Thread balaji.gandhi
Mark, We have tried the following:- 1. Removing everything in the ZooKeeper snapshot directory 2. Removing the indexes We get the same error in both the cases. Attached the cloud dumps:- cloud_dump.json Thanks, Balaji -- V

After to SOLR 4.0.0 Upgrade - ClusterState says we are the leader, but locally we don't think so

2012-10-31 Thread balaji.gandhi
Hi, After upgrading from Solr 4.0.0-Beta to Solr 4.0.0 we are getting this error from ALL the leader nodes:- Oct 31, 2012 6:44:03 AM org.apache.solr.update.processor.DistributedUpdateProcessor doDefensiveChecks SEVERE: ClusterState says we are the leader, but locally we don't think so Is there a

RE: Nodes cannot recover and become unavailable

2012-10-30 Thread balaji.gandhi
Hi Team, What is the preferred way to upgrade from SOLR 4.0.0-BETA to SOLR 4.0.0? We saw the same errors happening when we did the upgrade:- Oct 29, 2012 4:55:00 PM org.apache.solr.common.SolrException log SEVERE: Error while trying to recover. core=mediacms:org.apache.solr.common.SolrException:

SolrCloud - Replication - Runtime

2012-10-23 Thread balaji.gandhi
Hi, I am trying to add new Solr nodes to an existing cluster for replication. Only newly added documents are added to the replicas. Please let me know the config for syncing the documents on adding the new nodes. Thanks, Balaji -- View this message in context: http://lucene.472066.n3.nabble.c

Re: SolrCloud - Configuring replicationFactor

2012-10-18 Thread balaji.gandhi
s472066n4014654...@n3.nabble.com>> wrote: On Thu, Oct 18, 2012 at 10:03 PM, balaji.gandhi <[hidden email]> wrote: > That was really helpful. I will try the Collections API. > > Is there a plan to support replication using solr.xml? The basic idea is that you only configure the c

Re: SolrCloud - Configuring replicationFactor

2012-10-18 Thread balaji.gandhi
onFactor you pass will limit how many replicas are created to the given value. This is so that, even if you have 100 nodes, you can create new collections that span 10, or 20 nodes, rather than using every node that is available. - Mark On Oct 18, 2012, at 8:12 PM, balaji.gandhi <[hidden email]&

Re: SolrCloud - Configuring replicationFactor

2012-10-18 Thread balaji.gandhi
.org/document/80b91db21b1befa6 and the comments here: https://issues.apache.org/jira/browse/SOLR-3488 , those may help you. Tomás On Thu, Oct 18, 2012 at 9:12 PM, balaji.gandhi <[hidden email]>wrote: > Hi Team, > > We are trying to configure replicationFactor in SolrCloud mode to spec

Re: SolrJ 4.0 Beta maxConnectionsPerHost

2012-10-09 Thread balaji.gandhi
Hi Briggs, Did you try StreamingUpdateSolrServer? We are still facing the same issues but noticed this happens only when "Physical Memory" in Solr Admin is high. And yes SolrJ respects the connections. Hi Team, Another option we discussed was upgrading to HttpClient 4.2 in Solr war. Would that f

RE: SolrJ - IOException

2012-10-05 Thread balaji.gandhi
, 2012 1:23 PM To: Balaji Gandhi Subject: Re: SolrJ - IOException Yes, I'd recommend EmbeddedSolrServer, because it doesn't require any web server for read/write/update/delete operations. On Sat, Oct 6, 2012 at 1:48 AM, balaji.gandhi <[hidden email]>wrote: > Sushil, > > 30

RE: SolrJ - IOException

2012-10-05 Thread balaji.gandhi
October 05, 2012 1:14 PM To: Balaji Gandhi Subject: Re: SolrJ - IOException Balaji, What is 30 TPS ? Toke, You should use EmbeddedSolrServer Instead. On Fri, Oct 5, 2012 at 11:42 PM, balaji.gandhi <[hidden email]>wrote: > Hi Toke, > > Were you able to find anything on this issue

RE: SolrJ - IOException

2012-10-05 Thread balaji.gandhi
066n4010082...@n3.nabble.com] Sent: Tuesday, September 25, 2012 12:19 AM To: Balaji Gandhi Subject: Re: SolrJ - IOException On Tue, 2012-09-25 at 01:50 +0200, balaji.gandhi wrote: > I am encountering this error randomly (under load) when posting to Solr > using SolrJ. > > Has anyone enco

RE: SolrJ - IOException

2012-10-02 Thread balaji.gandhi
kildsen [via Lucene] [mailto:ml-node+s472066n4010082...@n3.nabble.com] Sent: Tuesday, September 25, 2012 12:19 AM To: Balaji Gandhi Subject: Re: SolrJ - IOException On Tue, 2012-09-25 at 01:50 +0200, balaji.gandhi wrote: > I am encountering this error randomly (under load) when posting to

RE: SolrJ - IOException

2012-09-27 Thread balaji.gandhi
e.com] Sent: Tuesday, September 25, 2012 12:19 AM To: Balaji Gandhi Subject: Re: SolrJ - IOException On Tue, 2012-09-25 at 01:50 +0200, balaji.gandhi wrote: > I am encountering this error randomly (under load) when posting to Solr > using SolrJ. > > Has anyone enco

RE: SolrJ - IOException

2012-09-27 Thread balaji.gandhi
: Re: SolrJ - IOException I have seen this happening We retry and that works. Is your solr server stalled? On Mon, Sep 24, 2012 at 4:50 PM, balaji.gandhi <[hidden email]>wrote: > Hi, > > I am encountering this error randomly (under load) when posting to Solr > using SolrJ. > > Has

Persisting dataimport.properties in ZooKeeper directory

2012-09-24 Thread balaji.gandhi
Hi, We are working on a DIH for our project and we are persisting the last_modified_date in the ZooKeeper directory. Our understanding is that the properties are uploaded to ZooKeeper when the first SOLR node comes up. When the SOLR nodes are restarted whatever is persisted in the properties is lo