Ran the same test as below. Added echoParams=all and debug=query. Thanks for the help!
Results { "responseHeader": { "status": 0, "QTime": 46, "params": { "spellcheck": "true", "enableElevation": "false", "df": "allText", "echoParams": "all", "spellcheck.maxCollations": "5", "spellcheck.dictionary": "andreasAutoComplete", "spellcheck.count": "5", "spellcheck.collate": "true", "spellcheck.onlyMorePopular": "true", "rows": "10", "indent": "true", "q": "portal_package:12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890", "_": "1431715486263", "debug": "query", "wt": "json" } }, "response": { "numFound": 1, "start": 0, "docs": [ { "documentKind": "test", "uri": "test300", "id": "test300", "portal_package": [ "12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890" ], "_version_": 1501262378591846400, "timestamp": "2015-05-15T18:42:52.625Z", "language": "en" } ] }, "debug": { "rawquerystring": "portal_package:12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890", "querystring": "portal_package:12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890", "parsedquery": "portal_package:123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345 portal_package:67890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890", "parsedquery_toString": "portal_package:123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345 portal_package:67890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890", "QParser": "LuceneQParser" } } ----- Original Message ----- From: "Shawn Heisey" <apa...@elyograg.org> To: solr-user@lucene.apache.org Sent: Friday, May 15, 2015 2:36:03 PM Subject: Re: Problem with solr.LengthFilterFactory On 5/15/2015 10:04 AM, Charles Sanders wrote: > Agree 100%. The value returned is the value stored. Not affected by the > analyzer. > > However, I searched for that token. See my query? I would expect the analyzer > to remove the large token. So that when I search for the large token I would > find nothing. Rather it returns my record. > > Am I missing something here? Can you add echoParams=all and debug=query to your request and send the response you get? Thanks, Shawn