Module: RSI
- Defined in:
- lib/rsi/index.rb,
lib/rsi/query.rb,
lib/rsi/analysis.rb,
lib/rsi/stoplist.rb,
lib/rsi/rsi_intro.rb,
lib/rsi/dictionary.rb,
lib/rsi/logmanager.rb,
lib/rsi/serializers.rb,
lib/rsi/compressed_serializers.rb
Overview
Index database serializers for RSI. These classes provide a pluggable storage mechanism.
Defined Under Namespace
Modules: Loggable Classes: ANDQuery, BZip2Serializer, CompressedSerializer, DefaultTextAnalyzer, Dictionary, IndexException, Indexer, LogManager, NativeSerializer, ORQuery, Query, TermEntry, TermQuery, XLogger, YAMLSerializer
Constant Summary collapse
- FIELD_TYPE_TEXT =
Constants for field/dictionary types.
:FIELD_TYPE_TEXT
- FIELD_TYPE_DATE =
:FIELD_TYPE_DATE
- STOPLIST =
%w( a also an and as at be but by can could do for from go have he her here his how i if in into it its my of on or our say she that the their there therefore they this these those through to until we what when where which while who with would you your )
- STOPLIST_s =
STOPLIST.join(" ")