Re: Using Solr for finding Flight Routes

2014-12-05 Thread Nazik Huq
Check Grant's SOLR Air reference app here http://www.ibm.com/developerworks/library/j-solr-lucene/index.html . @Nazik_Huq On Dec 5, 2014, at 1:19 PM, Robin Woods wrote: > Thanks Alex. I'll check the GraphDB solutions. > > On Fri, Dec 5, 2014 at 6:20 AM, Alexandre Rafalovitch > wrote: > >>

Re: Using Zookeeper with REST URL

2014-11-19 Thread Nazik Huq
Look at the \contrib\rest directory for zookeeper-3.4.5-rest.jar. It may give you REST access to ZK - @nazik_huq On Wed, Nov 19, 2014 at 10:27 AM, Ian Rose wrote: > I don't think zookeeper has a REST api. You'll need to use a Zookeeper > client library in your language (or roll one yourself). >

Re: issue in launching SolrCloud windows/cygwin

2014-10-19 Thread Nazik Huq
Run Solr straight from the Windows cmd if CygWin isn't a requirement. For example, running "java -jar start.jar" from the "example" directory will start single instance Solr. To run SolrCloud follow the instructions in "Simple Two-Shard Cluster on the Same Machine" from this link http://bit.ly/1rl

RE: While creating collection in SolrCloud can we manually select machines(nodes)

2014-06-29 Thread Nazik Huq
Check this article: "SolrCloud - Assigning Nodes To Machines" by Erick Erickson. He explains how to do this step by step: http://heliosearch.org/solrcloud-assigning-nodes-machines/ -Original Message- From: vidit.asthana [mailto:vidit.astha...@gmail.com] Sent: Saturday, June 28, 2014 5:

Re: Asp.net MVC 4 and Solr Query Begining

2014-04-01 Thread Nazik
Hi Daniel, I think you should post this to SOLR.NET google group: https://groups.google.com/forum/m/#!forum/solrnet That forum is more appropriate to address this type of problem. @Nazik_Huq On Apr 1, 2014, at 5:30 AM, danielkrudolf wrote: > Hello to all, I am new in Solr, but I see it si

RE: SolrCloud recovery after nodes are rebooted in rapid succession

2014-03-06 Thread Nazik Huq
to see some logs to say much. Need to understand why they are inoperable. What version is this? - Mark http://about.me/markrmiller On Mar 6, 2014, at 6:15 PM, Nazik Huq wrote: > Hello, > > > > I have a question from a colleague who's managing a 3-node(VMs) > S

SolrCloud recovery after nodes are rebooted in rapid succession

2014-03-06 Thread Nazik Huq
come inoperable after its nodes are rebooted in rapid succession as described above? Is there an edge case similar to this? Thanks, Nazik Huq

Re: Zookeeper as Service

2014-01-09 Thread Nazik Huq
From your email IĀ gather your main concern is starting zookeeper on server startups. You may want to look at these non-native service oriented options too: Create a script( cmd or bat) to start ZK on server bootup. This method may not restart Zk if Zk crashes(not the server). Create C# commad

Re: Securing SOLR REST API

2013-07-10 Thread Nazik
Sent from my iPhone On Jul 10, 2013, at 10:22 AM, "Pires, Guilherme" wrote: > Hello Everyone, > > I have been developing several solutions, mainly geospatial, that include > solr. > The availability of the restful services seem to bother a lot of people. > Mainly IT security, of course. >