not that I know of. Do note that whether the query has the accent filter active or not MUST be matched with the index-time filter. In other words, if you indexed with the filter but search without it or vice-versa you won't get the resultsyou expect.
Also note that no matter what, the original text (without the filter applied) is what's #stored# untokenized. This is entirely independent of what's #indexed# for all that these options are specified for the same field. If this is irrelevant, what are you really trying to accomplish? This may be an "xy" problem, see: http://people.apache.org/~hossman/#xyproblem <http://people.apache.org/~hossman/#xyproblem> Your question appears to be an "XY Problem" ... that is: you are dealing with "X", you are assuming "Y" will help you, and you are asking about "Y" without giving more details about the "X" so that we can understand the full issue. Perhaps the best solution doesn't involve "Y" at all? See Also: http://www.perlmonks.org/index.pl?node_id=542341 Erick On Fri, Oct 8, 2010 at 11:33 AM, Sethi, Parampreet < parampreet.se...@teamaol.com> wrote: > Hi All, > > I am using Solr 1.3 in my project. Just wanted to know if there is any > other way by which below mentioned queries will return the same results: > > Gruyère-and-Zucchini > Gruyere-and-Zucchini > > The first query has accented characters in it. I was just going through the > Solr tokenizers and filter factories documentation, there is a filter > factory listed "solr.ISOLatin1AccentFilterFactory" that can be used to > replace accented characters with their non-accented counterparts. > > Is there any other way to do this search which is independent of how data > is stored (whether in accented or non-accented form)? > > Thanks for the help. > > Regards, > param >