Index two fields instead of one. One field has ISOLatin1Filter, LowerCase etc. and one does not. Search the processed, filter on the raw one. For more searching power, you can even index a third field with the Soundex/Metaphone phoneme translators.
-----Original Message----- From: Marc Sturlese [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2008 9:43 AM To: solr-user@lucene.apache.org Subject: idea about faceting Hey there, I am faceing a problem doing filed facets and I don't know if there exist any solution in Solr to solve my problem. I want to do facets with a field that is very small text. To do that I am using the KeywordTokenizerfactory to keep all the words of the text in just one token. I use LowerCaseFilterFactory not to miss cases that doesn't match due to uppercase and ISOLatin1AccentFilterFactory not to miss cases that doesn't match because of the accents. The problem apears here, I would like to show the facets with accents or uppercase. In my old Lucene system not using Solr I use to create my facet fields with accents but at searching time I removed the accents and uppercases manually with java. So, i did the search without accents and upper case but I was able to show them later. I have been playing with the facet solr source code but can't find the way to solve my problem... Does anyone have an idea about how could I reach this goal? Thanks in advance -- View this message in context: http://www.nabble.com/idea-about-faceting-tp20638850p20638850.html Sent from the Solr - User mailing list archive at Nabble.com.