Hello,
I've got a (probably trivial) issue I can't resolve with Solr 3.1:
I have a document with common fields (title, keywords, content) and I'm
trying to use highlighting.
With the content field there is no problem; works normally. However,
when I search for a document via its keyword, the document is found, but
the response doesn't have the highlighted snippet - there is only an
empty node - like this:
******************
.
.
.
<lst name="highlighting">
<lst name="2008"/>
</lst>
</response>
************************
As for the highlighting params, I have set:
hl=on
hl.fl=*
If I just substitute the searchterm for something from the content, the
resulting response is fine - like this:
************************************
.
.
.
<lst name="2008">
<arr name="content">
<str>
ustanovení těchto VOP, ZOP, smlouvy či <em
id="highlighting">družstvem</em> na straně jedné a
Klienty na straně druhé
na jiného
</str>
.
.
.
************************************
Does anyone see what I've omitted?
Cheers,
Pavel
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]