Re: Indexing longer documents using Solr...memory issue after index grows to about 800 MB...

2007-09-05 Thread Ravish Bhagdev
thanks for your reply, my response below: On 9/5/07, Mike Klaas <[EMAIL PROTECTED]> wrote: > On 4-Sep-07, at 4:50 PM, Ravish Bhagdev wrote: > > > - I have about 11K html documents to index. > > - I'm trying to index these documents (along with 3 more small string > > fields) so that when I search

Re: Indexing longer documents using Solr...memory issue after index grows to about 800 MB...

2007-09-04 Thread Mike Klaas
On 4-Sep-07, at 4:50 PM, Ravish Bhagdev wrote: - I have about 11K html documents to index. - I'm trying to index these documents (along with 3 more small string fields) so that when I search within the "doc" field (field with the html file content), I can get results with snippets or highlights

Indexing longer documents using Solr...memory issue after index grows to about 800 MB...

2007-09-04 Thread Ravish Bhagdev
Hi, The problem: - I have about 11K html documents to index. - I'm trying to index these documents (along with 3 more small string fields) so that when I search within the "doc" field (field with the html file content), I can get results with snippets or highlights as I get when using nutch. - Wh