we are using solr 1.2 and dont want to upgrade to 1.3 till official release
for Debian.
i want solr to search for equivalent of a foreign chracter for getting
better results
in example:
if a user searches for Tiesto which is indexed in this format Tiësto in our
solr. we want solr also return res
n.termBuffer() has one those (á, à, â, ä, ã, å) characters you will
> replace it with its equvalent ascii character (a). Then you will inject
> this new Token as a Synonym.
>
> I don't know is it the best way but it will give you what you want.
>
> --- On Wed, 2/18/09,
i character (a). Then you will
>> inject this new Token as a Synonym.
>>
>> I don't know is it the best way but it will give you what you want.
>>
>> --- On Wed, 2/18/09, radarghost wrote:
>>
>>
>>> From: radarghost
>>> Subject: for