You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by James liu <li...@gmail.com> on 2009/06/11 05:25:28 UTC

does solr support summary

if user use keyword to search and get summary(auto generated by
keyword)...like this

doc filed: id, text

id: 001
text:

> Open source is a development method for software that harnesses the power
> of distributed peer review and transparency of process. The promise of open
> source is better quality, higher reliability, more flexibility, lower cost,
> and an end to predatory vendor lock-in.
>
if keyword is "source",,summary is:

Open source is a development...The promise of open source is better quality
if keyword is "power ",,,summary is:
Open...harnesses the power of distributed peer review and transparency of
process...

just like google search results...

and any advice will be appreciated.

-- 
regards
j.L ( I live in Shanghai, China)

Re: does solr support summary

Posted by Chris Hostetter <ho...@fucit.org>.
: Date: Thu, 11 Jun 2009 11:25:28 +0800
: From: James liu
: Subject: does solr support summary
: 
: if user use keyword to search and get summary(auto generated by
: keyword)...like this

...in the Lucene/Solr ecosystem, this is refered to as "highlighting" ... 
if 
you search the docs, code, and mail archies for that term, you'll find 
lots of examples of the various options.




-Hoss