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
1369
1370
1371
|
# File 'lib/couchbase/search_options.rb', line 1369
def field
@field
end
|
#missing ⇒ Integer
1375
1376
1377
|
# File 'lib/couchbase/search_options.rb', line 1375
def missing
@missing
end
|
#name ⇒ String
1366
1367
1368
|
# File 'lib/couchbase/search_options.rb', line 1366
def name
@name
end
|
#other ⇒ Integer
1378
1379
1380
|
# File 'lib/couchbase/search_options.rb', line 1378
def other
@other
end
|
#total ⇒ Integer
1372
1373
1374
|
# File 'lib/couchbase/search_options.rb', line 1372
def total
@total
end
|