Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch 'origin/master' into '7.6-couchbase' #1986

Merged
merged 7 commits into from Feb 13, 2024

Conversation

abhinavdangeti
Copy link
Member

No description provided.

CascadingRadium and others added 7 commits November 8, 2023 10:20
…ues (#1897)

sort_facet.md displays which query configuration utilizes docvalues and,
through a test scenario, illustrates the trade-off between the increase
in index size and the performance advantage gained in return.

---------

Co-authored-by: Abhinav Dangeti <abhinav@couchbase.com>
In case a document is not found, a nil check is required since
`doc.StoredFieldsBytes()` then results in a panic.
- Added timeout value, which the user can pass through request
parameters
 - Create context with the timeout value if present
 - Change the call to SearchInContext
Normalization of accented letters only happens if the input is larger
than 5 characters, something that, for example, neither `guía` nor
`fría` comply.
The solution would be to always execute the accented characters
normalization, by moving it to a separate file just like it is done in
the german analyzer.

Fixes: #1956
@abhinavdangeti abhinavdangeti changed the title Merge remote-tracking branch 'origin/master' into 7.6-couchbase Merge branch 'origin/master' into '7.6-couchbase' Feb 13, 2024
@abhinavdangeti abhinavdangeti merged commit f8af28e into 7.6-couchbase Feb 13, 2024
9 checks passed
@abhinavdangeti abhinavdangeti deleted the master-merge branch February 13, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants