Skip to:
with Couchbase 6.6, we introduced an option to avoid scoring and was deed useful for searching and flex-index from the query service.
We've seen that this optimization has additional benefits for direct FTS querying. We need this exposed from the SDKs as well.
: Is the validation done? We can close this and add docs for it if it's not already done /cc
I am passing on the validation for the .NET API to since he owns the SDK QE.
This is good. Thank you, .
: Can you please test this with .NET api and ensure you're seeing the performance difference? Thanks.
.NET, Java and other SDK's have a "raw" options parameter that can be used to pass `{"score":"none"} with the query:
This should satisfy the requirements of this ticket for now. In 3.1 we can add a strongly typed version to SearchOptions class.
NOTE: in sdk2 there is no "raw" parameter support for SearchParams - this ticket adds it:
-Jeff
: Can you please share the actual values... we use "score":"none" for turning this off. What's the value to run this on?
with Couchbase 6.6, we introduced an option to avoid scoring and was deed useful for searching and flex-index from the query service.
We've seen that this optimization has additional benefits for direct FTS querying. We need this exposed from the SDKs as well.