Re: SolrCloud and Zookeeper integration issue in .net application

2016-05-29 Thread shivendra.tiwari
Hi Shawn, Thank you for the reply. What I meant was that have configured Solr5.3 and Zookeeper 3.4.8. Currently using solrnet for Master and Slave concept but trying to use solr in cloud mode as mentioned previous and these clients doesn't have solution to talk to multiple solr server, I hope

Fw: SolrCloud and Zookeeper integration issue in .net application

2016-05-29 Thread shivendra tiwari
Hi, This is my first time asking the question. I am facing some problems in Solr. Could you please help me out. Below is my question: Currently I am using Solr lower version it is working fine but now, we are trying to configure SolrCloud for load balance so, I have configured- 2 Solr nodes an

Re(2): How to save index data to other place? [scottchu]

2016-05-29 Thread scott.chu
Thanks! I'll see to it. There're a lot to learn for CentOS, Geez. scott.chu,scott@udngroup.com 2016/5/30 (週一) - Original Message - From: Shawn Heisey To: solr-user CC: Date: 2016/5/27 (週五) 15:13 Subject: Re: How to save index data to other place? [scottchu] On 5/26/2016 8:51 PM

After Solr 5.5, mm parameter doesn't work properly

2016-05-29 Thread Issei Nishigata
Hi, “mm" parameter does not work properly, when I set "q.op=AND” after Solr 5.5. In Solr 5.4, mm parameter works expectedly with the following setting. --- [schema]         [request] http://localhost:8983/solr/collection1/select?defType=edismax&q.op=AND&mm=2&q=solar — After Solr 5.5, the

Solr 6 CDCR does not work

2016-05-29 Thread Adam Majid Sanjaya
I’m testing Solr 6 CDCR, but it’s seems not working. Source configuration: targetzkip:2181 corehol corehol 1 1000 128 5000 ${solr.ulog.dir:} Target(s) configuration: disabled cdcr-proccessor-chain

Re: float or string type for a field with whole number and decimal number values?

2016-05-29 Thread Derek Poh
I am using solr 4.10.4. On 5/29/2016 3:52 PM, Derek Poh wrote: Hi I have a field that is of "int" type currentlyand it's values are whole numbers. stored="true" multiValued="false"/> Due tochange inbusiness requirement, this field will need to take in decimal numbers as well. This fieldi

float or string type for a field with whole number and decimal number values?

2016-05-29 Thread Derek Poh
Hi I have a field that is of "int" type currentlyand it's values are whole numbers. stored="true" multiValued="false"/> Due tochange inbusiness requirement, this field will need to take in decimal numbers as well. This fieldis sorted onand filter by range (field:[ 1 to *]). Should I chang