Re: Limit number of characters returned

2010-12-03 Thread Ahmet Arslan
> Couldn't I just use the highlighter and configure it to use > the > alternative field to return the first 200 characters?  > In cases where > there is a highlighter match I would prefer to show the > excerpts anyway. > > http://wiki.apache.org/solr/HighlightingParameters#hl.alternateField > ht

Re: Limit number of characters returned

2010-12-03 Thread Mark
wrong but I would like to return highlighted excerpts from the document so I would still need to index and store the whole document right (ie.. highlighting only works on stored fields)? On 12/3/10 3:51 AM, Ahmet Arslan wrote: --- On Fri, 12/3/10, Mark wrote: From: Mark Subject: Limit number

Re: Limit number of characters returned

2010-12-03 Thread Erick Erickson
s on stored fields)? > > > On 12/3/10 3:51 AM, Ahmet Arslan wrote: > >> >> --- On Fri, 12/3/10, Mark wrote: >> >> From: Mark >>> Subject: Limit number of characters returned >>> To: solr-user@lucene.apache.org >>> Date: Friday, Dece

Re: Limit number of characters returned

2010-12-03 Thread Mark
Subject: Limit number of characters returned To: solr-user@lucene.apache.org Date: Friday, December 3, 2010, 5:39 AM Is there way to limit the number of characters returned from a stored field? For example: Say I have a document (~2K words) and I search for a word that's somewhere in the m

Re: Limit number of characters returned

2010-12-03 Thread Ahmet Arslan
--- On Fri, 12/3/10, Mark wrote: > From: Mark > Subject: Limit number of characters returned > To: solr-user@lucene.apache.org > Date: Friday, December 3, 2010, 5:39 AM > Is there way to limit the number of > characters returned from a stored field? > > For ex

Limit number of characters returned

2010-12-02 Thread Mark
Is there way to limit the number of characters returned from a stored field? For example: Say I have a document (~2K words) and I search for a word that's somewhere in the middle. I would like the document to match the search query but the stored field should only return the first 200 characte