RE: IO Exception : Truncated chunk for WORKER collection for paraller stream Join Query

2016-07-06 Thread Roshan Kamble
://joelsolr.blogspot.com/ On Tue, Jun 28, 2016 at 1:06 PM, Roshan Kamble < roshan.kam...@smartstreamrdu.com> wrote: > Hello, > > we are using Solr 6.0.0 in CloudMode with 3 physical nodes and 3 > shards per collection. > > > we are using ParallelStream for our join searches. > &g

IO Exception : Truncated chunk for WORKER collection for paraller stream Join Query

2016-06-28 Thread Roshan Kamble
er.run(ThreadPoolExecutor.java:617) ... 1 more Regards, Roshan Kamble The information in this email is confidential and may be legally privileged. It is intended solely for the addressee. Access to this email by anyone else is unauthorised. If you are not the intended recipien

RE: Could not load collection for SolrCloud

2016-06-26 Thread Roshan Kamble
cessive GC) it'll signal that the node is down. If that happens,though, I'd expect multiple replicas on a particular Solr instance to go into recovery. And finally you can consider lengthening the timeouts Best, Erick On Sat, Jun 25, 2016 at 1:18 PM, Roshan Kamble <roshan.kam...@smartstreamr

Could not load collection for SolrCloud

2016-06-25 Thread Roshan Kamble
Hello, I am using solr 6.0.0 in SolCloud mode with 3 nodes, one zookeeper and 3 shard and 2 replica per collection. Getting below error for some insert/update when trying to insert documents to Solr. And it has been observed that few shard are in either recovery or fail recovery state.

SolrCloud persisting data is very slow

2016-06-25 Thread Roshan Kamble
Hello, I am using Solr 6.0.0 in cloudMode (3 physical nodes + one zookeeper) and have heavy insert/update/delete operations. I am using CloudSolrClient and tried with all batch size from 100 to 1000. But it has been observed that persist at Solr node is very slow. It takes around 20 secords

RE: wildcard search for string having spaces

2016-06-15 Thread Roshan Kamble
Great. First option worked for me. I was trying with q=abc\sp*... it should be q=abc\ p* Thanks -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: Wednesday, June 15, 2016 6:25 PM To: solr-user@lucene.apache.org; Roshan Kamble Subject: Re: wildcard search for string

wildcard search for string having spaces

2016-06-15 Thread Roshan Kamble
Hello, I have below custom field type defined for solr 6.0.0 I am using above field to ensure that entire string is considered as single token and search should be case insensitive. It works for most of the scnearios with wildcard

SolrCloud 6 Join Stream and pagination

2016-05-19 Thread Roshan Kamble
Hello, I am using Solr 6 in cloud mode. In order to search within different collections I am using InnerJoinStream. (using qt=export in order to get correct result) Is there any way to get paginated result? Regards, Roshan The information in this email is

CloudSolrStream returns only top 30 results.

2016-05-09 Thread Roshan Kamble
Hello, I have a plan to use streaming API for join queries. But it has been observed that CloudSolrStream returns only top 30 matching records. Is there any configuration which needs to be done to retrieve ALL records or to have pagination like provision to specify start or rows attributes?

BigDecimal Solr Field in schema

2016-05-05 Thread Roshan Kamble
Hello All, I am using Solr 6.0.0 in cloud mode and have requirement to support all number in BigDecimal Does anyone know which solr field type should be used for BigDecimal? I tried using DoubleTrieField but it does not meet the requirement and round up very big number approx. after 16 digit.