I tired adding &hl.maxAnalyzedChars=-1 to my search query but it didnt helped. Just wanted to know if there are limitations on the certain search terms. Its bit strange that solr is not behaving properly for certain terms (especially returning the excerpts in highlighting dictionary). The terms which i have found so far are: 1. co-ownership 2. "co ownership" 3. co-employees
I am doing some more test on it. thanks........ Ahmet Arslan wrote: > > >> 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. > > > > > > -- View this message in context: http://old.nabble.com/Weired-behaviour-for-certain-search-terms-tp27927995p27950885.html Sent from the Solr - User mailing list archive at Nabble.com.