Displaying 1 result from an estimated 1 matches for "chars4".
Did you mean:
chars
2007 Jun 19
3
another issue with highlighting
...overed this
issue with)
I would appreciate if you could test and tell me if I''m the only one
having this problem.
TIA
<example>
require ''ferret''
include Ferret
# filling
index=Index::Index.new(:path => ''/tmp/test'')
chars1 = chars2 = chars3 = chars4 = ("a".."z").to_a + ("0".."9").to_a
chars2.concat(["-", "_", " "])
chars3 << " "
chars4 << "-"
chars5 = chars6 = ("0".."9").to_a
chars6 << "."
500.times do
z={}...