Class
ChefZero::Solr::Query::RangeQuery
In:
lib/chef_zero/solr/query/range_query.rb
Parent:
Object
Methods
matches_doc?
matches_values?
new
to_s
Constants
DEFAULT_FIELD
=
"text"
Public Class methods
new
(from, to, from_inclusive, to_inclusive)
Public Instance methods
matches_doc?
(doc)
matches_values?
(values)
to_s
()
[Validate]