Hi everyone I cannot find much useful info on LimitTokenCountFilterFactory other than the format and the attributes it takes per this link: http://lucene.apache.org/core/4_3_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/LimitTokenCountFilterFactory.html. It is also not mentioned at this link: https://cwiki.apache.org/confluence/display/solr/
I'm looking for it to find out what happens if this filter is missing from a fieldType. For example, when it is missing, is that the same as no-limit or some hard-wired limit takes effect? Does anyone know? With older versions of Solr, I had to modify maxFieldLength to get all my data into the index so I was looking for it and found that maxFieldLength was removed as of 4.0. I'm using Solr 5.1. Thanks Steve