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 ?
:
: 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
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.
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
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
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
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
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
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
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
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
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
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
: 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
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
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.
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
17 matches
Mail list logo