highlighting displays to much

2014-04-11 Thread aowen
i am using solr 4.3.1 and want to highlight complete sentences if possible or at least not cut up words. it it finds something the hole field is displayed instead of only 180 chars the field is: solrconfig setting for highlighting: true plain_text title description

Re: understand debuginfo from query

2014-03-21 Thread aowen
i found a good page to explain the debug output but it is still unclear for me. why is the field plain_text not worth anything? the query term was found 3 times. you can see it here: http://explain.solr.pl/explains/a90aze3o ao...@hispeed.ch schrieb: > i want the infos simplified so that

understand debuginfo from query

2014-03-20 Thread aowen
i want the infos simplified so that the user can see why a doc was found bellow is the output a a doc: 0.085597195 = (MATCH) sum of: 0.083729245 = (MATCH) max of: 0.0019158133 = (MATCH) weight(plain_text:test^10.0 in 601) [DefaultSimilarity], result of: 0.0019158133 = score(doc=601,f

wrong results with wdf & ngtf

2014-03-20 Thread aowen
Is there a way to tell ngramfilterfactory while indexing that number shall never be tokenized? then the query should be able to find numbers. Or do i have to change the ngram-min for numbers (not alpha) to 1, if that is possible? So to speak put the hole number as token and not all possible toke