Hi @all,

i am playing with the "PostingsSolrHighlighter". I'm running solr 4.6.0 and my configuration is from here:

https://lucene.apache.org/solr/4_6_0/solr-core/org/apache/solr/highlight/PostingsSolrHighlighter.html

Search query and result (not working):

http://pastebin.com/13Uan0ZF

Schema (not complete):

http://pastebin.com/JGa38UDT

Search query and result (working):

http://pastebin.com/4CP8XKnr

Solr config:

<searchComponent class="solr.HighlightComponent" name="highlight">
<highlighting class="org.apache.solr.highlight.PostingsSolrHighlighter"/>

</searchComponent>

So this is working just fine, but now i have some questions:

1.) With the old default highlighter component it was possible to search in "searchable_text" and to retrive highlighted "text". This is essential, because we use copyfield to put almost everything to searchable_text (title, subtitle, description, ...)

2.) I can't get ellipsis working i tried hl.tag.ellipsis=..., f.text.hl.tag.ellipsis=..., configuring it in RequestHandler noting seems to work, maxAnalyzedChars is just cutting the sentence?

Kind Regards

Josip Delic

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to