Re: New to Solr 5.5

2016-03-15 Thread Bhanu Prasad
So I was able to create the core using the cli not with root but with 'solr' user access. I sudo as solr in the box and ran the command to create the core [solr@solr bin]$ ./solr create -c demo Copying configuration to new core instance directory: /var/solr/data/demo Creating new core 'demo'

Re: New to Solr 5.5

2016-03-15 Thread Erick Erickson
Creating a core in stand-alone mode _also_ requires that the config files are findable, in this case on disk rather than on Zookeeper (sorry for the misdirection). So you need to create a directory, usually under solr_home that has the conf directory in it. That is the "instanceDir" that is one

Re: New to Solr 5.5

2016-03-15 Thread Bhanu Prasad
I went through the solr-ref-guide. I got a brief idea on how it works, But I can't help to think as to why I am unable to create a core through web UI ? Does it have any dependency on SolrCloud ? If I am planning to run an standalone instance do I need to create core's only through the command

Re: New to Solr 5.5

2016-03-14 Thread Erick Erickson
OK, take Cassandra out of it for the time being and spend some time familiarizing yourself with Solr would be my advice ;) Yeah, the Solr documentation is a bit scattered, but your most complete and up to date reference is the Solr reference guide here: In particular, see the

Re: New to Solr 5.5

2016-03-14 Thread Bhanu Prasad
Hi Erick, I am very new to this, I haven't uploaded any configsets. I need help to get existing cassandra keyspace into solr to do analysis. I am completely new to this technology so having trouble with finding right documentation on how to do it. Regards, Bhanu On Mon, Mar 14, 2016 at 3:11 PM,

Re: New to Solr 5.5

2016-03-14 Thread Erick Erickson
What configsets have you uploaded to Solr? The canned example does this for you. The configurations must reside in Zookeeper, NOT on the local disk. I think that's probably what you're seeing... Best, Erick On Mon, Mar 14, 2016 at 11:33 AM, Bhanu Prasad wrote: > I was

Re: New to Solr 5.5

2016-03-14 Thread Bhanu Prasad
I was able to create a core using create -c option, But this time with user as solr. It worked. How can I make sure that the solr user is running the webapplication command requests as well ? Any help ? [solr@solr bin]$ ./solr create -c cassie Copying configuration to new core instance

New to Solr 5.5

2016-03-14 Thread Bhanu Prasad
Hello, I installed a new solr instance in lab on Cent OS 7 # java -version java version "1.8.0_72" Java(TM) SE Runtime Environment (build 1.8.0_72-b15) Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode) #wget http://apache.mirror.gtcomm.net/lucene/solr/5.5.0/solr-5.5.0.tgz #tar