Module: Isomorfeus::Ferret

Defined in:
lib/isomorfeus/ferret/version.rb,
lib/isomorfeus/ferret/document.rb,
lib/isomorfeus/ferret/index/index.rb,
lib/isomorfeus/ferret/field_symbol.rb,
lib/isomorfeus/ferret/index/field_infos.rb,
ext/isomorfeus_ferret_ext/isomorfeus_ferret.c

Defined Under Namespace

Modules: Analysis, Benchmark, BoostMixin, FieldSymbolMethods, Index, Search, Store, Test, Utils Classes: BlankSlate, Document, Field, FieldSymbol, FileNotFoundError, ParseError, QueryParser, StateError

Constant Summary collapse

VERSION =
'0.17.5'
I =
Index::Index
FIELD_TYPES =
%w(integer float string byte).map{|t| t.to_sym}
EXCEPTION_MAP =
error_map
FIX_INT_MAX =
INT2FIX(INT_MAX >> 1)
OBJECT_SPACE =
object_space