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. I am using solr1.4 with python. Any help will the highly appreciated. Thanks -- View this message in context: http://old.nabble.com/Weired-behaviour-for-certain-search-terms-tp27927995p27927995.html Sent from the Solr - User mailing list archive at Nabble.com.