(11/05/27 19:57), Joel Halbert wrote:
Hi,
I'm using Lucene 3.0.3. I'm extracting snippets using
FastVectorHighlighter, for some snippets (I think always when searching
for exact matches, quoted) the fragment is null.
Code looks like:
query = QueryParser.escape(query);
(11/05/27 20:56), Pierre GOSSE wrote:
Hi,
Maybe is it related to :
https://issues.apache.org/jira/browse/LUCENE-3087
No, because Joel's problem is FastVectorHighlighter, but LUCENE-3087
is for Highlighter.
koji
--
http://www.rondhuit.com/en/
--
t still in mind.
Pierre
-Message d'origine-
De : Joel Halbert [mailto:j...@su3analytics.com]
Envoyé : vendredi 27 mai 2011 14:05
À : java-user@lucene.apache.org
Objet : RE: FastVectorHighlighter.getBestFragments returning null
Hi Pierre,
Thanks for the pointer. So if I understan
Hi Pierre,
Thanks for the pointer. So if I understand correctly this bug definitely
applies to fields with TermVector.WITH_OFFSETS.
My field uses TermVector.WITH_POSITIONS_OFFSETS)
I wasn't sure from the bug report if it applies to
WITH_POSITIONS_OFFSETS as well? It looks like it might?
- Joel
Hi,
Maybe is it related to :
https://issues.apache.org/jira/browse/LUCENE-3087
Pierre
-Message d'origine-
De : Joel Halbert [mailto:j...@su3analytics.com]
Envoyé : vendredi 27 mai 2011 12:57
À : lucene users
Objet : FastVectorHighlighter.getBestFragments returning null
Hi,
I'm using L