Class: Couchbase::Cluster::SearchFacetResult
- Inherits:
-
Object
- Object
- Couchbase::Cluster::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
1305
1306
1307
|
# File 'lib/couchbase/search_options.rb', line 1305
def field
@field
end
|
#missing ⇒ Integer
1311
1312
1313
|
# File 'lib/couchbase/search_options.rb', line 1311
def missing
@missing
end
|
#name ⇒ String
1302
1303
1304
|
# File 'lib/couchbase/search_options.rb', line 1302
def name
@name
end
|
#other ⇒ Integer
1314
1315
1316
|
# File 'lib/couchbase/search_options.rb', line 1314
def other
@other
end
|
#total ⇒ Integer
1308
1309
1310
|
# File 'lib/couchbase/search_options.rb', line 1308
def total
@total
end
|