# File lib/fastri/full_text_indexer.rb, line 13 def initialize(max_querysize) @documents = [] @doc_hash = {} @max_wordsize = max_querysize end