Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/couchbase/couchbase-python-client
/ boost
Method
boost
couchbase/logic/search_queries.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
48
@property
49
def
boost(self) -> Optional[float]:
50
return
self._json_.get(
'boost'
, None)
51
52
@boost.setter
53
def
boost(self, value
# type: float
Callers
nothing calls this directly
Calls
2
set_prop
Method · 0.95
get
Method · 0.45
Tested by
no test coverage detected