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 t

Re: SolrCloud persisting data is very slow

2016-06-25 Thread Shawn Heisey
On 6/25/2016 1:19 AM, Roshan Kamble wrote: > 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 v

integrate SOLR with OSM

2016-06-25 Thread tkg_cangkul
hi i wanna try to integrate SOLR with OpenStreetMap (OSM). well the plan is i wanna index some cordinaate (long & lat) to SOLR and then the OSM will try to showing the map of that coordinate. is there any article about that? pls help. i'm still confuse about this. thx before.

Re: integrate SOLR with OSM

2016-06-25 Thread William Bell
It depends on if your are using TIGERLINE data in OSM to increase the accuracy of home addresses. If you are using TIGERLINE, you are talking about > 500M rows or so + millions of OSM data. Which will is a LOT of data that you will be pumping into SOLR. You will need to use Solr Cloud since you wi

[ANNOUNCE] Apache Solr 5.5.2 released

2016-06-25 Thread Steve Rowe
25 June 2016, Apache Solr™ 5.5.2 available The Lucene PMC is pleased to announce the release of Apache Solr 5.5.2 Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted se

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. (Atlea

Re: integrate SOLR with OSM

2016-06-25 Thread tkg_cangkul
hi william, thx for your reply. is it any link article or documents that i can read for this? pls let me know if you've any suggestion. On 26/06/16 02:58, William Bell wrote: It depends on if your are using TIGERLINE data in OSM to increase the accuracy of home addresses. If you are using TIGE

SolrCloud trying to upload documents and shards do not have storage anymore

2016-06-25 Thread Deeksha Sharma
Hi, I am currently using JSON Index Handler to upload documents to a specific collection on SolrCloud. Now what I need to know is: If I upload documents to SolrCloud collection and the machines hosting Shards for this collection have no storage left, will Solr reject the commit request? ?

limit stored field size

2016-06-25 Thread asteiner
Hi I have a field called content which I'm indexing and use for highlighting, which means it has to be stored as well. But this field may be too big, so I want to limit the stored size to X characters (it is fine to highlight only the first X characters). One solution is to create another fi

Streaming Expressions (/stream) StreamHandler java.lang.NullPointerException

2016-06-25 Thread Peter Sh
I've got an exception below running curl --data-urlencode 'expr=search(EventsAndDCF,q="*:*",fl="AccessPath",sort="AccessPath asc",qt="/export")' "http://localhost:8983/solr/EventsAndDCF/stream"; Solr responce: {"result-set":{"docs":[ {"EXCEPTION":null,"EOF":true}]}} My collection EventsAndDCF exi