On Tue, Nov 25, 2008 at 9:24 PM, Michael Henson <[EMAIL PROTECTED]> wrote: > I set the indexed fields to be stored so that I could see what exactly > my custom types' filters produce. In the Analyzer utility in the Admin > webapp seems to apply the filters properly. However, query results > against this index return the original "raw_name" value for both of the > indexed fields.
Stored fields are never modified. The output from analyzers is used for indexing purposes only. -Yonik