You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Erick Erickson <er...@gmail.com> on 2010/07/25 20:16:44 UTC

Re: Novice seeking help to change filters to search without diacritics

use copyfield in your schema file. The copyfield takes its own
analyzer, so the original can fold and the copy may not.

dismax might help you at query time on this...

HTH
Erick

On Sat, Jul 24, 2010 at 11:40 PM, HSingh <hs...@gmail.com> wrote:

>
>
> : Usually people set up two fields, one with diacritics and one without.
> : Then searches are against both fields.  If you think a match against the
> field
> : with diacritics is more valuable, you can give that field a boost.
>
> Hi Steve, where can one setup these two fields?  Thank you for your kind
> assistance!
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Novice-seeking-help-to-change-filters-to-search-without-diacritics-tp971263p993150.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>