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

Commits on Nov 8, 2023

  1. Added a document that demonstrates the performance benefits of docval…

    …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>
    CascadingRadium and abhinavdangeti committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    907c83e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Added missing nil check (#1905)

    In case a document is not found, a nil check is required since
    `doc.StoredFieldsBytes()` then results in a panic.
    metonymic-smokey committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6dee5e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. #1873: Added timeout option in the Search Handler (#1898)

    - Added timeout value, which the user can pass through request
    parameters
     - Create context with the timeout value if present
     - Change the call to SearchInContext
    Likith101 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c8e3daf View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    e26eace View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Fixed spanish accents normalization (#1957)

    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
    svera committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    5f1f45a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    a0cb65a View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    abhinavdangeti committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5c7445c View commit details
    Browse the repository at this point in the history