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
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
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
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