Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-21 Thread Noble Paul നോബിള്‍ नोब्ळ्
; ISOLatin1AccentFilterFactory to perform this task but it dosn't work >>>>>> ?!! >>>>>> >>>>>> i gess that "Solène" is "solène" in UTF-8 ?! i also set tomcat to >>>>>> utf-8 >>>

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-21 Thread aerox7
gt; i gess that "Solène" is "solène" in UTF-8 ?! i also set tomcat to >>>>> utf-8 >>>>> so >>>>> normaly ISOLatin1AccentFilterFactory have to replace the accent >>>>> ... >>>>> >>>>>

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
gt;>> ISOLatin1AccentFilterFactory to perform this task but it dosn't work >>>>>> ?!! >>>>>> >>>>>> i gess that "Solène" is "solène" in UTF-8 ?! i also set tomcat to >>>>>> utf-8 >>>>>> so >>>>>&g

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
gt; i gess that "Solène" is "solène" in UTF-8 ?! i also set tomcat to >>>>> utf-8 >>>>> so >>>>> normaly ISOLatin1AccentFilterFactory have to replace the accent >>>>> ... >>>>> >>>>>

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread Noble Paul നോബിള്‍ नोब्ळ्
eld, you can try >>> to use MappingCharFilter >>> instead of ISOLatin1AccentFilter. Add the following line to >>> mapping-ISOLatin1Accent.txt: >>> >>> "è" => "e" >>> >>> and add the following fieldType: >>> >>> >> positionIncrementGap="100" > >>>   >>>   >> mapping="mapping-ISOLatin1Accent.txt"/> >>>   >>>   >>> >>> >>> MappingCharFilter and mapping-ISOLatin1Accent.txt are in nightly build. >>> >>> Koji >>> >>> >>> >>> >> >> -- >> View this message in context: >> http://www.nabble.com/Problem-with-UTF-8-and-Solr-ISOLatin1AccentFilterFactory-tp22607642p22616220.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> > > -- --Noble Paul

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread Grant Ingersoll
llowing line to mapping-ISOLatin1Accent.txt: "è" => "e" and add the following fieldType: class="solr.CharStreamAwareWhitespaceTokenizerFactory"/> MappingCharFilter and mapping-ISOLatin1Accent.txt are in nightly build. Koji -- View this message in context: http://ww

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread Óscar Marín Miró
se any language which is available on the Java VM. For > > example, Javascript (available by default on JDK6), JRuby, Jython, > Groovy, > > BeanShell etc. > > > > But you may not need to do so much. Look at > > > http://www.mysqlperformanceblog.com/2009/03/17/converting-charac

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
gt; BeanShell etc. > > But you may not need to do so much. Look at > http://www.mysqlperformanceblog.com/2009/03/17/converting-character-sets/ > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/Problem-with-UTF-8-and-Solr-ISOLatin1AccentFilterFactory-tp22607642p22619285.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread Shalin Shekhar Mangar
On Fri, Mar 20, 2009 at 5:34 PM, aerox7 wrote: > > Yes ! i completely understand the problem. I'm just asking about your > solution to resolvre this problem. > > I gess that you use Solar PERL Client to index your DATABASE. for my case i > use DataImportHandler, so to only solution that i have wi

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread Óscar Marín Miró
ll. > >> >> > > >> >> > > >> >> > Koji Sekiguchi-2 wrote: > >> >> >> > >> >> >> aerox7 wrote: > >> >> >>> Hi, > >> >> >>> I have a mysql data base in UTF-8. I have a

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
t;> >> >>> I >> >> >>> want to transforme this to solene, so i use Solr >> >> >>> ISOLatin1AccentFilterFactory to perform this task but it dosn't >> work >> >> ?!! >> >> >>> >> >> >>

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread Óscar Marín Miró
to transforme this to solene, so i use Solr > >> >>> ISOLatin1AccentFilterFactory to perform this task but it dosn't work > >> ?!! > >> >>> > >> >>> i gess that "Solène" is "solène" in UTF-8 ?! i also set tomcat to > >> utf-8 > >> >

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
f-8 >> >>> so >> >>> normaly ISOLatin1AccentFilterFactory have to replace the accent >> ... >> >>> >> >>> any ideas ? >> >>> >> >>> i use DataImportHandler. >> >>> >

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread Óscar Marín Miró
; >>> i use DataImportHandler. > >>> > >> > >> If a mapping rule "è" to "e" is always true in your field, you can try > >> to use MappingCharFilter > >> instead of ISOLatin1AccentFilter. Add the following line to > >> mapping-ISOLatin1Accent.txt: > >> > >> "è" => "e" > >> > >> and add the following fieldType: > >> > >> >> positionIncrementGap="100" > > >> > >> >> mapping="mapping-ISOLatin1Accent.txt"/> > >> > >> > >> > >> > >> MappingCharFilter and mapping-ISOLatin1Accent.txt are in nightly build. > >> > >> Koji > >> > >> > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Problem-with-UTF-8-and-Solr-ISOLatin1AccentFilterFactory-tp22607642p22617278.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- “I may not believe in myself, but I believe in what I'm doing.” -- Jimmy Page

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
t; >>> i use DataImportHandler. >>> >> >> If a mapping rule "è" to "e" is always true in your field, you can try >> to use MappingCharFilter >> instead of ISOLatin1AccentFilter. Add the following line to >> mapping-ISOLatin1Accent.txt:

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-20 Thread aerox7
ad of ISOLatin1AccentFilter. Add the following line to > mapping-ISOLatin1Accent.txt: > > "è" => "e" > > and add the following fieldType: > > positionIncrementGap="100" > > > mapping="mapping-ISOLatin1Accent.txt"/>

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-19 Thread lupiss
hola! yo tengo el mismo problema, ya también había tratado con ISOLAtin1Accent pero tampoco me funcionó y eso que yo uso otra codificación, ayuda por favor :) -- View this message in context: http://www.nabble.com/Problem-with-UTF-8-and-Solr-ISOLatin1AccentFilterFactory-tp22607642p22612319.html

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-19 Thread Koji Sekiguchi
aerox7 wrote: Hi, I have a mysql data base in UTF-8. I have a row with "Solène" (solène). I want to transforme this to solene, so i use Solr ISOLatin1AccentFilterFactory to perform this task but it dosn't work ?!! i gess that "Solène" is "solène" in UTF-8 ?! i also set tomcat to utf-8 so norma

Re: Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-19 Thread Grant Ingersoll
n UTF-8 ?! i also set tomcat to utf-8 so normaly ISOLatin1AccentFilterFactory have to replace the accent ... any ideas ? i use DataImportHandler. -- View this message in context: http://www.nabble.com/Problem-with-UTF-8-and-Solr-ISOLatin1AccentFilterFactory-tp22607642p22607642.html Sent from the Solr - User mailing list archive at Nabble.com.

Problem with UTF-8 and Solr ISOLatin1AccentFilterFactory

2009-03-19 Thread aerox7
also set tomcat to utf-8 so normaly ISOLatin1AccentFilterFactory have to replace the accent ... any ideas ? i use DataImportHandler. -- View this message in context: http://www.nabble.com/Problem-with-UTF-8-and-Solr-ISOLatin1AccentFilterFactory-tp22607642p22607642.html Sent from the Solr - User mailing list archive at Nabble.com.