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: dependency groupIdorg.apache.solr/groupId

Re: SOLR Install

2013-04-26 Thread jnduan
If you unpack the solr.war file,you'll find some configures in web.xml like: filter filter-nameSolrRequestFilter/filter-name filter-classorg.apache.solr.servlet.SolrDispatchFilter/filter-class /filter filter-mapping filter-nameSolrRequestFilter/filter-name

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=solrjie=utf-8oe=utf-8aq=trls=org.mozilla:en-US:officialclient=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

Re: SOLR Install

2011-05-23 Thread Gora Mohanty
On Mon, May 23, 2011 at 7:40 PM, Roger Shah rs...@caci.com 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

Re: SOLR Install

2011-05-23 Thread Yuhan Zhang
Hi Raj, To index files using java, use solrj: http://www.google.com/search?q=solrjie=utf-8oe=utf-8aq=trls=org.mozilla:en-US:officialclient=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