Class: Couchbase::Cluster::SearchFacetResult
- Inherits:
-
Object
- Object
- Couchbase::Cluster::SearchFacetResult
show all
- Defined in:
- lib/couchbase/search_options.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/search_options.rb more...
Overview
An individual facet result has both metadata and details, as each facet can define ranges into which results are categorized
Defined Under Namespace
Classes: DateRangeFacetResult, NumericRangeFacetResult, TermFacetResult
Instance Attribute Summary collapse
Instance Attribute Details
#field ⇒ String
1314
1315
1316
|
# File 'lib/couchbase/search_options.rb', line 1314
def field
@field
end
|
#missing ⇒ Integer
1320
1321
1322
|
# File 'lib/couchbase/search_options.rb', line 1320
def missing
@missing
end
|
#name ⇒ String
1311
1312
1313
|
# File 'lib/couchbase/search_options.rb', line 1311
def name
@name
end
|
#other ⇒ Integer
1323
1324
1325
|
# File 'lib/couchbase/search_options.rb', line 1323
def other
@other
end
|
#total ⇒ Integer
1317
1318
1319
|
# File 'lib/couchbase/search_options.rb', line 1317
def total
@total
end
|