Solr5.X document loss in splitting shards

2015-12-26 Thread Luca Quarello
Hi, I have a SOLR 5.3.1 CLOUD with two nodes and 8 shards per node. Each shard is about* 35 million documents (**35025882**) and 16GB sized.* - I launch the SPLIT command on a shard (shard 13) in the ASYNC way: curl " http://x-perf-jvm5:8983/solr/admin/collections?action=SPLITSHARD&collectio

Re: AJAX access to Solr Server

2015-12-26 Thread GW
What are you using for a client? I generally use a REST client written in PHP or Perl and then prevent cross scripting so only the client can do the work. My Solr cluster is running behind OpenVPN on 172.16.0.0/24 I use a jquery in the following to get an infinite scroll http://www.frogshopping

Re: AJAX access to Solr Server

2015-12-26 Thread Doug Turnbull
True though you could also query an API in front of Solr to a stand still pretty easily. DoSing is a pretty easy thing to do to anything that needs to be open to the public. The biggest issue with the proxy approach is an attacker with Solr knowledge that doesn't need to DoS, just send a handful

Re: AJAX access to Solr Server

2015-12-26 Thread GW
Yes, your proxy seems to work. The only thing that bothers me is anyone can query your Solr installation. The world is not a nice place and I can't tell you how many DOS attacks I've fended off in the last 30 years. If I thought you were an a-hole I could set up a few machines and query your ser

Re: Entity textbox is empty

2015-12-26 Thread adib
Wow, It's working Thankyou -- View this message in context: http://lucene.472066.n3.nabble.com/Entity-textbox-is-empty-tp4247387p4247393.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Entity textbox is empty

2015-12-26 Thread Ahmet Arslan
hi Adib, Please remove the following line from the dataconfig.xml file: # define data source Ahmet On Saturday, December 26, 2015 11:23 AM, adib wrote: Hi, I just started using solr 5.2 and i was able to install, add a document and

Entity textbox is empty

2015-12-26 Thread adib
Hi, I just started using solr 5.2 and i was able to install, add a document and doing dome query. It's been a pleasing journey until i stuck trying to import data from MySQL database. I follow this tutorial