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
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
: 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
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.
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
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
: 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
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.
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.