> Solr is behaving a bit weirdly for some of the search
> terms. EG:
> co-ownership, "co ownership".
> It works fine with terms like quasi-delict,
> non-interference etc.
> 
> The issue is, its not return any excerpts in "highlighting"
> key of the
> result dictionary. My search query is something like this:
> http://192.168.1.50:8080/solr/core_SFS/select?q=content:(co-ownership)+AND+permauid:(AAAE1292-rw)&hl=true&hl.fl=content&hl.requireFieldMatch=true&hl.fragsize=600&hl.usePhraseHighlighter=true&facet=true&facet.field=permauid&facet.field=info_owner&facet.sort=true&facet.mincount=1&facet.limit=-1&wt=python&sort=promulgation_date_igprs_date+asc&start=0&rows=200&fl=uid,permauid
> 
> but when i search for terms like quasi-delict,
> non-interference, it gives me
> proper excerpts.


If the problem is only empty snippets (numFound > 0) then adding 
&hl.maxAnalyzedChars=-1 can help.



      

Reply via email to