Re: project related configsets need to be deployed in both data and solr install folders ?

2017-02-01 Thread Renee Sun
thanks for your time! -- View this message in context: http://lucene.472066.n3.nabble.com/project-related-configsets-need-to-be-deployed-in-both-data-and-solr-install-folders-tp4317897p4318382.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: project related configsets need to be deployed in both data and solr install folders ?

2017-02-01 Thread Chris Hostetter
: Re: project related configsets need to be deployed in both data and : solr install folders ? : : Hi Chris, : since I have been playing with this install, and I am not certain if I have : unknowingly messed some other settings. I want to avoid put in a false Jira : wasting your time. : : I

Re: project related configsets need to be deployed in both data and solr install folders ?

2017-02-01 Thread Renee Sun
message in context: http://lucene.472066.n3.nabble.com/project-related-configsets-need-to-be-deployed-in-both-data-and-solr-install-folders-tp4317897p4318369.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: project related configsets need to be deployed in both data and solr install folders ?

2017-02-01 Thread Chris Hostetter
017 16:38:33 -0700 (MST) : From: Renee Sun : Reply-To: solr-user@lucene.apache.org : To: solr-user@lucene.apache.org : Subject: Re: project related configsets need to be deployed in both data and : solr install folders ? : : Thanks Erick! : : I looked at solr twiki though if configSetBase

Re: project related configsets need to be deployed in both data and solr install folders ?

2017-01-31 Thread Renee Sun
configSetBaseDir in solr.xml and it works now. Just wonder why the default wont work. Or I might did something else wrong. -- View this message in context: http://lucene.472066.n3.nabble.com/project-related-configsets-need-to-be-deployed-in-both-data-and-solr-install-folders-tp4317897p4318163.html

Re: project related configsets need to be deployed in both data and solr install folders ?

2017-01-30 Thread Erick Erickson
Hmmm, did you try specifying the configSetBaseDir in solr.xml? See: https://cwiki.apache.org/confluence/display/solr/Format+of+solr.xml Best, Erick On Mon, Jan 30, 2017 at 3:54 PM, Renee Sun wrote: > Hi - > > We use separate solr install and data folders with a shared sche

project related configsets need to be deployed in both data and solr install folders ?

2017-01-30 Thread Renee Sun
Hi - We use separate solr install and data folders with a shared schema/config (configsets) in multi-cores setup, it seems the configsets need to be deployed in both places (we are running solr 6.4.0)? for example, solr is installed in /opt/solr, thus there is folder: /opt/solr/server/solr

Re: Start independent Zookeeper from within Solr install

2013-07-23 Thread Upayavira
The use case is to prevent the necessity to download something else (zookeeper) when everything needed to run it is (likely) present in the Solr distribution already. Maybe we don't need to start Jetty, maybe we can start Zookeeper with an extra script in the Solr codebase. At present, if you are

Re: Start independent Zookeeper from within Solr install

2013-07-23 Thread Timothy Potter
Curious what the use case is for this? Zookeeper is not an HTTP service so loading it in Jetty by itself doesn't really make sense. I also think this creates more work for the Solr team especially since setting up a production ensemble shouldn't take more than a few minutes once you have the nodes

Start independent Zookeeper from within Solr install

2013-07-23 Thread Upayavira
Assumptions: * you currently have two choices to start Zookeeper: run it embedded within Solr, or download it from the ZooKeeper site and start it independently. * everything you need to run ZooKeeper (embedded or not) is included within the Solr distribution Assuming I've got the above righ

Re: SOLR Install

2013-04-26 Thread jnduan
If you unpack the solr.war file,you'll find some configures in web.xml like: SolrRequestFilter org.apache.solr.servlet.SolrDispatchFilter SolrRequestFilter /* Zookeeper org.apache.solr.servlet.ZookeeperInfoServlet

Re: SOLR Install

2013-04-26 Thread jnduan
Hi Peri, I think that document mesa you can deploy your own web app and solr in one container like tomcat,but with different context path. If you want to bring solr in your project, you just need add some maven dependencies like: org.apache.solr solr-core 4.2

SOLR Install

2013-04-24 Thread Peri Subrahmanya
I m trying to use solr as part of another maven based web application. I m not sure how to wire the two war files. Any help please? I found this documentation in SOLR but unsure how to go about it. Thank you, Peri Subrahmanya On 4/24/13 12:52 PM, "Michael Della Bitta" wrote: >"solrs

RE: SOLR Install

2011-05-26 Thread Roger Shah
: SOLR Install Hi Raj, To index files using java, use solrj: http://www.google.com/search?q=solrj&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a To index files by a post request, follow this tutorial: http://www.xml.com/pub/a/2006/08/09/solr-inde

Re: SOLR Install

2011-05-23 Thread Yuhan Zhang
Hi Raj, To index files using java, use solrj: http://www.google.com/search?q=solrj&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a To index files by a post request, follow this tutorial: http://www.xml.com/pub/a/2006/08/09/solr-indexing-xml-with-lucene-andrest.html Yuhan

Re: SOLR Install

2011-05-23 Thread Gora Mohanty
On Mon, May 23, 2011 at 7:40 PM, Roger Shah wrote: > Hi, > > I am a new user and I have installed SOLR 3.1.0 and running Tomcat 7.0. > I was able to run the example which shows the SOLR Admin screen.  Also posted > an XML file by this command from dos prompt:  java -jar post.jar solr.xml. Great.

SOLR Install

2011-05-23 Thread Roger Shah
Hi, I am a new user and I have installed SOLR 3.1.0 and running Tomcat 7.0. I was able to run the example which shows the SOLR Admin screen. Also posted an XML file by this command from dos prompt: java -jar post.jar solr.xml. How can I get SOLR to search web sites and also search through othe