You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Bernd Fehling <be...@uni-bielefeld.de> on 2013/11/27 10:51:01 UTC

TrimFilterFactory and IllegalArgumentException with Solr4.6

Now this is strange,
while using TrimFilterFactory with attribute "updateOffsets=true" as described in

http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.TrimFilterFactory
and
https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-TrimFilter

I get "java.lang.IllegalArgumentException: updateOffsets=true is not supported anymore as of Lucene 4.4".

So the documentation is outdated?

What is now the behavior of TrimFilterFactory, always "updateOffsets=true" ?

Regards
Bernd