Displaying 2 results from an estimated 2 matches for "testtokenizing".
2007 Mar 28
6
trouble with PerFieldAnalyzer
I''m having trouble with PerFieldAnalyzer (ferret version 0.10.14).
Script:
require ''rubygems''
require ''ferret''
require ''pp''
include Ferret::Analysis
include Ferret::Index
class TestAnalyzer
def token_stream field, input
pp field
pp input
LetterTokenizer.new(input)
end
end
pfa =
2005 Dec 30
5
scriptilicious autocomplete
Hello I found this list on the scriptilicious website. I am looking for
some help with the Autocomplete.Local, the only examples I can find are
using it with Ruby, can this be used without Ruby with just plain
Javascript?
Any help would be great, thanks!
--louis