Re: Indexing HTML files in SOLR

2010-06-20 Thread seesiddharth
Thank you so much for your help... I will try it... -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-HTML-files-in-SOLR-tp896530p910555.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing HTML files in SOLR

2010-06-19 Thread Lance Norskog
Ah! You need a SolrJ program that uses Tika to parse the files and upload the text. I think there is such a program already but do not know where it is. Lance On Thu, Jun 17, 2010 at 6:13 AM, seesiddharth wrote: > > Thank you so much for the reply...The link suggested by you is helpful but > the

Re: Indexing HTML files in SOLR

2010-06-17 Thread seesiddharth
Thank you so much for the reply...The link suggested by you is helpful but they have explain everything with use of curl command which I don't want to use. I was more interested in uploading the .html documents using HTTP web request. So I have stored all .html files at one location & then create

Re: Indexing HTML files in SOLR

2010-06-16 Thread Lance Norskog
This is the tool in Solr for indexing various kinds of content. After you learn the basics of indexing (see solr/example/exampledocs for samples), the ExtractingRequestHandler will make sense: http://wiki.apache.org/solr/ExtractingRequestHandler On Tue, Jun 15, 2010 at 12:35 AM, seesiddharth wro