No not yet; but that could be one more reason to upgrade. The
performance boost from PH is quite nice. In my test, it's about 7x
faster than the default highlighter, almost 2x faster than "fast" vector
highlighter, and only about a 50% penalty compared to no highlighting at
all, so this could
Hi,
so this is all about posIncAttribute?
I had opened https://issues.apache.org/jira/browse/SOLR-3193, about
ReversedWildcardFilterFactory is causing highlighter exceptions. I wonder
ReversedWildcardFilter has similar bug.
Ahmet
On Saturday, May 3, 2014 9:39 PM, Markus Jelsma
wrote:
Hel
Hello michael, you are not on lucene 4.8?
https://issues.apache.org/jira/plugins/servlet/mobile#issue/LUCENE-5111
Michael Sokolov schreef:For posterity, in case
anybody follows this thread, I tracked the
problem down to WordDelimiterFilter; apparently it creates an offset of
-1 in some case,
For posterity, in case anybody follows this thread, I tracked the
problem down to WordDelimiterFilter; apparently it creates an offset of
-1 in some case, which PostingsHighlighter rejects.
-Mike
On 5/2/2014 10:20 AM, Michael Sokolov wrote:
I checked using the analysis admin page, and I belie
I checked using the analysis admin page, and I believe there are offsets
being generated (I assume start/end=offsets). So IDK I am going to try
reindexing again. Maybe I neglected to reload the config before I
indexed last time.
-Mike
On 05/02/2014 09:34 AM, Michael Sokolov wrote:
I've been