# File lib/fastri/full_text_indexer.rb, line 32
  def preprocess(str)
    str.gsub(/\0/,"")
  end