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
1378
1379
1380
|
# File 'lib/couchbase/search_options.rb', line 1378
def field
@field
end
|
#missing ⇒ Integer
1384
1385
1386
|
# File 'lib/couchbase/search_options.rb', line 1384
def missing
@missing
end
|
#name ⇒ String
1375
1376
1377
|
# File 'lib/couchbase/search_options.rb', line 1375
def name
@name
end
|
#other ⇒ Integer
1387
1388
1389
|
# File 'lib/couchbase/search_options.rb', line 1387
def other
@other
end
|
#total ⇒ Integer
1381
1382
1383
|
# File 'lib/couchbase/search_options.rb', line 1381
def total
@total
end
|