> In the log, I get:
>
> creating doc for class: Conta, id: 164
> Adding field name with value 'José Antonio' to index
I included a word prejuízo... that should be translated to prejuizo...
I put some code to output information when it builds the index. This is
what a get:
Analyzing: field:nome str:prejuÃzo
token["preju":0:5:1]
token["zo":7:9:1]
So, the problem is that it breaks the word in two, just in the accented
character...
A guess the problem is in:
def token_stream(field, string)
return MappingFilter.new(StandardTokenizer.new(string), MAPPING)
end
But, I can't figure how.....
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk