Class: Ferret::Search::FieldCache::StringIndex

Inherits:
Struct
  • Object
show all
Defined in:
lib/ferret/search/field_cache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#str_indexObject

Returns the value of attribute str_index

Returns:

  • (Object)

    the current value of str_index



8
9
10
# File 'lib/ferret/search/field_cache.rb', line 8

def str_index
  @str_index
end

#str_mapObject

Returns the value of attribute str_map

Returns:

  • (Object)

    the current value of str_map



8
9
10
# File 'lib/ferret/search/field_cache.rb', line 8

def str_map
  @str_map
end