Class | FastRI::FullTextIndexer |
In: |
lib/fastri/full_text_indexer.rb
|
Parent: | Object |
WORD_RE | = | /[A-Za-z0-9_]+/ |
NONWORD_RE | = | /[^A-Za-z0-9_]+/ |
MAGIC | = | "FastRI full-text index #{FASTRI_FT_INDEX_FORMAT}\0" |