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
: 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.