Re: Search both diacritics and non-diacritics

2010-01-04 Thread Shalin Shekhar Mangar
On Sun, Jan 3, 2010 at 6:01 AM, Lance Norskog wrote: > The ASCIIFoldingFilter is a superset of the ISOLatin1Filter - > ISOLatin1 is deprecated. Here's the Javadoc from ASCIIFoldingFIlter. > You did not mention which language you want to search. > > Unforch, the ASCIIFoldingFilter is not mentione

Re: Search both diacritics and non-diacritics

2010-01-02 Thread Lance Norskog
The ASCIIFoldingFilter is a superset of the ISOLatin1Filter - ISOLatin1 is deprecated. Here's the Javadoc from ASCIIFoldingFIlter. You did not mention which language you want to search. Unforch, the ASCIIFoldingFilter is not mentioned on the Solr wiki. http://www.lucidimagination.com/search/?q=A

RE: Search both diacritics and non-diacritics

2009-12-31 Thread Chris Hostetter
: I have done follow it, but if I query with diacritic it respose only : non-diacritic. But I want to query without diacritic anh then solr will be : response both of diacritic and without diacritic :( What is "it" that you have done? ... can you show us your config? The diatric folding issue i

RE: Search both diacritics and non-diacritics

2009-12-30 Thread Olala
ution? I have used > > > class="solr.ISOLatin1AccentFilterFactory"/> but it is not correct >> > ( >> > >> > try ASCIIFoldingFilterFactory instead. >> > >> > -Hoss > > > -- View this message in context: http://old.nabble.com/Search-both-diacritics-and-non-diacritics-tp26897627p26975115.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Search both diacritics and non-diacritics

2009-12-28 Thread Steven A Rowe
Hi Olala, You can get something similar to what you want by copying the original field to another one where, as Hoss suggests, you apply ASCIIFoldingFilterFactory, and the rewrite queries to match against both fields, with higher boost given to the original field. @Hoss: Olala would benefit fr

Re: Search both diacritics and non-diacritics

2009-12-28 Thread Olala
ill response only khó. > : > : Who anyone have solution? I have used : class="solr.ISOLatin1AccentFilterFactory"/> but it is not correct :( > > try ASCIIFoldingFilterFactory instead. > > > -Hoss > > -- View this message in context: http://old.nabble.com/Searc

Re: Search both diacritics and non-diacritics

2009-12-26 Thread Chris Hostetter
: I am developing a seach engine with Solr, and now I want to search both with : and without diacritics, for example: if I query kho, it will response kho, : khó, khò,... But if I query khó, it will response only khó. : : Who anyone have solution? I have used but it is not correct :( try ASCIIF

Re: Search both diacritics and non-diacritics

2009-12-23 Thread Yurish
ur original one. Place it in index part. In query part don't convert your query in such pattern. Then, you must be able to search kho and get both: with diactrics and without, but when querying kho with diactrics, get only with diactrics.. -- View this message in context: http://old.nabble.

Search both diacritics and non-diacritics

2009-12-22 Thread Olala
this message in context: http://old.nabble.com/Search-both-diacritics-and-non-diacritics-tp26897627p26897627.html Sent from the Solr - User mailing list archive at Nabble.com.