You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by mic1099 <mi...@gmail.com> on 2007/10/16 08:40:43 UTC

getting summary from lucene index

I used nutch to index my aplication. I wanted to handle indexing my self so i
used lucene api to index.
Everything went ok except of getting summary. Under the term summary i mean
text around searched tokens
like in google first you have a link and under the link is summary If anyone
could help me please do so.
-- 
View this message in context: http://www.nabble.com/getting-summary-from-lucene-index-tf4632296.html#a13227659
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: getting summary from lucene index

Posted by Lukas Vlcek <lu...@gmail.com>.
Hi,
See highlighter package in Lucene/contrib folder.
Regards,
Lukas

On 10/16/07, mic1099 <mi...@gmail.com> wrote:
>
>
> I used nutch to index my aplication. I wanted to handle indexing my self
> so i
> used lucene api to index.
> Everything went ok except of getting summary. Under the term summary i
> mean
> text around searched tokens
> like in google first you have a link and under the link is summary If
> anyone
> could help me please do so.
> --
> View this message in context:
> http://www.nabble.com/getting-summary-from-lucene-index-tf4632296.html#a13227659
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>


-- 
http://blog.lukas-vlcek.com/