search for: field_props

Displaying 1 result from an estimated 1 matches for "field_props".

Did you mean: field_pos
2006 Jun 04
20
Proposal of some radical changes to API
...he same properties as in that first document that was added. (This isn''t true of the Store or boost properties. These are set on a per document basis.) So here is a possible way example of the way I''d implement this; # the following might even look better in a YAML file. field_props = { :default => {:store => :no, :index => :tokenized, :term_vector => :no}, :fields => { :id => {:store => :yes, :index => :no}, :title => {:store => :yes, :term_vector => :with_positions_offsets}, [:created_on, :u...