Re: Solr 4.2 rollback not working

2013-05-02 Thread Dipti Srivastava
We are using Solr 4.2.1, which claims to have fixed this issue. I have some logging indicating that the rollback is not broadcasted to other nodes in solr. So only one node in the cluster gets the rollback but not the others. Thanks, Dipti phone: 408.678.1595 | cell: 408.806.1970 | email:

Solr 4.2 rollback not working

2013-05-01 Thread Dipti Srivastava
Hi All, WE have setup a 4.2 Solr cloud with 4 nodes and while the add/update/delete operations are working we are not able to perform a rollback. Is there something different for this operation vs the 3.x sole master/slave config? Thanks, Dipti phone: 408.678.1595 | cell: 408.806.1970 | email:

Re: Solr soft commit feature

2012-02-15 Thread Dipti Srivastava
Hi Nagendra, Certainly interesting! Would this work in a Master/slave setup where the reads are from the slaves and all writes are to the master? Regards, Dipti Srivastava On 2/15/12 5:40 AM, "Nagendra Nagarajayya" wrote: > >If you are looking for NRT functionality with S

Solr soft commit feature

2012-02-14 Thread Dipti Srivastava
Hi All, Is there a way to soft commit in the current released version of solr 3.5? Regards, Dipti Srivastava This message is private and confidential. If you have received it in error, please notify the sender and remove it from your system.

Re: SolrCloud - issues running with embedded zookeeper ensemble

2012-02-03 Thread Dipti Srivastava
ps://issues.apache.org/jira/browse/SOLR-3091 > >Again, thanks for the detailed report. > >- mark > > >On Feb 2, 2012, at 4:44 PM, Dipti Srivastava wrote: > >> Hi Mark, >> I am trying to set up on 4 ami's, where 3 of the instances will have the >> embe

Re: SolrCloud - issues running with embedded zookeeper ensemble

2012-02-02 Thread Dipti Srivastava
#x27;ll have to try and dig into >whatever you are seeing. > >- mark > >On Jan 27, 2012, at 12:53 PM, Dipti Srivastava wrote: > >> Hi Mark, >> Did you get a chance to look into the issues with running the embedded >>Zookeeper ensemble, as per Example C, from the >&

Re: solr.VelocityResponseWriter error in version 3.5.0

2012-02-02 Thread Dipti Srivastava
he 4.0/trunk branch). > >Follow the instructions mentioned below to fix this in your environment. > > Erik > >On Feb 2, 2012, at 13:22 , Dipti Srivastava wrote: > >> Hi Erik, >> The latest release from the apache site for Solr 3.5 still has this >>issue.

Re: solr.VelocityResponseWriter error in version 3.5.0

2012-02-02 Thread Dipti Srivastava
Hi Erik, The latest release from the apache site for Solr 3.5 still has this issue. Where can I get a drop that has the fix for this issue? Thanks, Dipti On 12/9/11 1:22 PM, "Erik Hatcher" wrote: >My bad. > >To clarify the issue here... the problem manifests itself only on Solr >3.5 specifically

Re: Validating solr user query

2012-01-27 Thread Dipti Srivastava
ery has to match (more flexible than defining a default >operator). > >Cheers, >Chantal > >On Fri, 2012-01-20 at 23:52 +0100, Dipti Srivastava wrote: >> Hi All, >> I ma using HTTP/JSON to search my documents in Solr. Now the client >>provides the query on which t

SolrCloud - issues running with embedded zookeeper ensemble

2012-01-27 Thread Dipti Srivastava
uilt in SolrZkServer as well - so i have not been able to replicate this - I'll have to keep digging. Not sure if it's due to a ZooKeeper update or what yet. 2011/12/21 Dipti Srivastava mailto:dipti.srivast...@apollogrp.edu>> Hi Mark, Thanks! So now I am deploying a 4 node clust

Validating solr user query

2012-01-20 Thread Dipti Srivastava
Hi All, I ma using HTTP/JSON to search my documents in Solr. Now the client provides the query on which the search is based. What is a good way to validate the query string provided by the user. On the other hand, if I want the user to build this query using some Solr api instead of preparing a

Re: Release build or code for SolrCloud

2011-12-21 Thread Dipti Srivastava
;start the other instances. Its done this other way in the script instead >to >eliminate any races. > >On Wed, Dec 21, 2011 at 2:35 PM, Dipti Srivastava < >dipti.srivast...@apollogrp.edu> wrote: > >> Ok, so the issue was that I had only copied the cloud_dev, example and

Re: Release build or code for SolrCloud

2011-12-21 Thread Dipti Srivastava
start.jar ec2-user 23998 22962 0 19:25 pts/000:00:00 grep zk --CLOUD--[ec2-user@ cloud-dev]$ Thanks! Dipti On 12/21/11 10:18 AM, "Dipti Srivastava" wrote: >Hi Mark, >I built the example and dist and ran the solrcloud.sh script. While >running I get the following erro

Re: Release build or code for SolrCloud

2011-12-21 Thread Dipti Srivastava
>(you do currently still have to pass distrib=true to make requests hit >the whole collection). > >There will be more help on getting started produced soon. Still some work >to finish up first. > >- Mark > > >On Dec 20, 2011, at 7:17 PM, Dipti Srivastava wrote: > >

Re: Inserting a field in the json doc before indexing

2011-12-20 Thread Dipti Srivastava
t;> >> If you are receiving the JSON within your Java code, you can try any >> library, like- GSON [1] to manipulate JSON before sending it to Solr. >> >> - Anuj >> >> 1. http://code.google.com/p/google-gson/ >> >> On Mon, Dec 19, 2011 at 11:54 PM, D

Re: Release build or code for SolrCloud

2011-12-20 Thread Dipti Srivastava
Thanks for all responses. I got the code from the trunk. Now I will work through rest of the steps. Dipti On 12/20/11 1:58 PM, "Chris Hostetter" wrote: > >: >> I am following the 2 shard example from the wiki page >: >> http://wiki.apache.org/solr/SolrCloud#SolrCloud-1 > >Everything on that wiki

Re: Release build or code for SolrCloud

2011-12-20 Thread Dipti Srivastava
Is this is the branch for SolrCloud? If not, then what is the location for the SolrCloud branch. https://svn.apache.org/repos/asf/lucene/dev/trunk/ Thanks! Dipti On 12/20/11 1:20 PM, "Rafał Kuć" wrote: >Hello! > >Those examples should work with the code in solrcloud branch. > >-- >Regards, > R

Re: Release build or code for SolrCloud

2011-12-20 Thread Dipti Srivastava
I am following the 2 shard example from the wiki page http://wiki.apache.org/solr/SolrCloud#SolrCloud-1 And it points me to Getting started: Check out and build the trunk: https://svn.apache.org/repos/asf/lucene/dev/trunk and build the example server with cd solr; ant example. That's why I am n

Release build or code for SolrCloud

2011-12-20 Thread Dipti Srivastava
Hi, I am looking to do a POC with SolrCloud, where could I get the actual release build or else code that I can build from. Thanks, Dipti This message is private and confidential. If you have received it in error, please notify the sender and remove it from your

Inserting a field in the json doc before indexing

2011-12-19 Thread Dipti Srivastava
Hi, I am using HTTP and json to add my documents to Solr. Now, I have defined a special field in the Solr schema which defines what type of document that is being added. This field needs to be inserted into the json doc that I receive from my caller. Is there a way to do this? Thanks! Dipti __