Class: Couchbase::SearchFacetResult
- Inherits:
-
Object
- Object
- Couchbase::SearchFacetResult
show all
- Defined in:
- lib/couchbase/search_options.rb
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
1441
1442
1443
|
# File 'lib/couchbase/search_options.rb', line 1441
def field
@field
end
|
#missing ⇒ Integer
1447
1448
1449
|
# File 'lib/couchbase/search_options.rb', line 1447
def missing
@missing
end
|
#name ⇒ String
1438
1439
1440
|
# File 'lib/couchbase/search_options.rb', line 1438
def name
@name
end
|
#other ⇒ Integer
1450
1451
1452
|
# File 'lib/couchbase/search_options.rb', line 1450
def other
@other
end
|
#total ⇒ Integer
1444
1445
1446
|
# File 'lib/couchbase/search_options.rb', line 1444
def total
@total
end
|