Class: Lucene::InclFieldRange

Inherits:
FieldRange show all
Defined in:
lib/chef/solr_query/lucene_nodes.rb

Instance Method Summary collapse

Methods inherited from FieldRange

#to_array, #transform

Instance Method Details

#leftObject



83
84
85
# File 'lib/chef/solr_query/lucene_nodes.rb', line 83

def left
  "["
end

#rightObject



86
87
88
# File 'lib/chef/solr_query/lucene_nodes.rb', line 86

def right
  "]"
end