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

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.