Sending file to Solr via HTTP POST

2009-11-03 Thread Caroline Tan
Hi, >From the Solr wiki on ExtractingRequestHandler tutorial, when it comes to the part to post file to Solr, it always uses the curl command, e.g. curl 'http://localhost:8983/*solr*/update/extract?literal.id=doc1&commit=true' -F myfi...@tutorial.html I have never used curl and i was thinking is

Re: How to integrate Solr into my project

2009-11-03 Thread Caroline Tan
t; > searching syntax and > > faceting<http://wiki.apache.org/solr/SolrFacetingOverview> > > . > > > > > > > > > > > > > > 2009/11/3 Caroline Tan > > > > > Ya, it's a Java projecti just browse this site you suggeste

Re: How to integrate Solr into my project

2009-11-03 Thread Caroline Tan
into Solr as well? thanks ~caroLine 2009/11/3 Noble Paul നോബിള്‍ नोब्ळ् > is it a java project ? > did you see this page http://wiki.apache.org/solr/Solrj ? > > On Tue, Nov 3, 2009 at 2:25 PM, Caroline Tan > wrote: > > Hi, > > I wish to intergrate Solr into my curr

How to integrate Solr into my project

2009-11-03 Thread Caroline Tan
Hi, I wish to intergrate Solr into my current working project. I've played around the Solr example and get it started in my tomcat. But the next step is HOW do i integrate that into my working project? You see, Lucence provides API and tutorial on what class i need to instanstiate in order to index