SolrCloud distributed indexing

2014-05-29 Thread Priti Solanki
Hi, How to achieve distributed indexing in solr cloud.I have external Zookeeper with two separate machines acting as leader. In researching further I found As of now we are specifying the port id in our "update" call and if the leader is down zookeeper do not forward the request to other leader

Index huge text files

2014-04-22 Thread Priti Solanki
Hi friends, I have XML file of size 7.56 MB. I parse the XML and then feed it to Solr. But with some reason I am getting following error Query error. Reason: Bad Request Please let me know how to resolve this error. Regards

Issue with solr searching : words with "-" not able to search

2014-04-02 Thread Priti Solanki
X-Ray Machine". Solr response get breaks. Someone suggested (X AND Ray) Machine in Advance search but this doesn't sound very feasible to me. As a User I would like to search with X-Ray Machine OR xray machine.. Can some guide on this please. Regards, Priti Solanki

SolrCloud OR distributed Solr

2014-03-30 Thread Priti Solanki
Hello Member, Is there any difference between distributed solr & solrCloud ? Consider I have three countries' product. I have indexed one country data and it's index size is 160 gb+ Now we have other two countries and now I am confused ! My client ask me what is the difference if we procure ano

Re: regex in Solr Query

2014-03-13 Thread Priti Solanki
o use it on numeric data. If your timestamps are of the form > you indicate, you should be able to filter on pubdateraw:[2005 TO > 2005]. > > > On Thu, Mar 13, 2014 at 11:45 AM, Priti Solanki >wrote: > > > Hi, > > > > > > I am trying to fetch all t

regex in Solr Query

2014-03-13 Thread Priti Solanki
Hi, I am trying to fetch all the record for 2005 I have field(int) "pubdateraw": 20130508 Not working - select?q=pubdateraw:/2013*/ Not working - select?q=pubdateraw:/.2013*./ Is it possible to have regex on int field in solr 4.5?? to get the record with "20130508" how am i suppose to write

Curl : shell script : The requested resource is not available. update/extract !

2014-03-10 Thread Priti Solanki
Hi all, Following throw "The request resource is not available" curl " http://localhost:8080/solr/#/dev/update/extract?stream.file=/home/priti/$file&literal.id=document$i&commit=true " I don't understand what is literal.id ?? Is it mandatory. [Please share reading links if known] HTTP Status

Re: SolrCloud setup guidance

2014-03-10 Thread Priti Solanki
hand I > suggest you to use a tool as like Solrmeter to test your qps. > > If you have any question I can help you about your infrastructure. > > Thanks; > Furkan KAMACI > > > 2014-03-10 12:41 GMT+02:00 Priti Solanki : > > > As of now index is on 136 GB. >

Re: SolrCloud setup guidance

2014-03-10 Thread Priti Solanki
ssuming you > have some partition strategy ) that index size of 150-200 GB can fit into > two nodes memory. > > Thanks, > Susheel > > -Original Message- > From: Priti Solanki [mailto:pritiatw...@gmail.com] > Sent: Friday, March 07, 2014 12:50 AM > To: solr-

Re: SolrCloud setup guidance

2014-03-09 Thread Priti Solanki
Furkan, 100 request second would be ideal in out situation. Regards, Priti On Sat, Mar 8, 2014 at 3:41 AM, Furkan KAMACI wrote: > Hi; > > What's your performance expectation for qps (query per second)? > > Thanks; > Furkan KAMACI > 7 Mar 2014 08:50 tarihi

Re: SolrCloud setup guidance

2014-03-06 Thread Priti Solanki
etting up Solr cloud(horizontal scaling) is definitely a good idea for > this big index but before going to Solr cloud, are you able to upgrade your > single node to 128GB of memory(vertical scaling) to see the difference. > > Thanks, > Susheel > > -Original Mess

SolrCloud setup guidance

2014-03-06 Thread Priti Solanki
Hello Everyone, I would like to take you guidance of following I have a single core with 124 GB of index data size. Indexing and Reading both are very slow as I have 7 GB RAM to support this huge data. Almost 8 million of documents. Hence, we thought of going to SolrCloud so that we can accommo