search for: chars5

Displaying 1 result from an estimated 1 matches for "chars5".

Did you mean: chars
2007 Jun 19
3
another issue with highlighting
...ng 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={} t="" 1.upto(15+rand(10)) { |i| t << chars4[rand(chars4.size-1)] } z[:un] = t t="" 1.upto(40+rand(40)) { |i| t << chars2[rand(chars2.size-1)] } z[:deux] = t t="...