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

Add indexing and search index settings #667

Merged

Commits on Oct 16, 2023

  1. Add indexing and search index settings

    This commit adds indexing and search settings to index settings. These
    settings allow configuring of slow logs for indexing and search, as
    well as setting search idle after.
    
    Search idle after duplicates the individual
    IndexSettings::searchIdleAfter property, but this pattern is already
    present e.g. IndexSettings::blocks and IndexSettings::blocksReadOnly,
    IndexSettings::blocksRead, etc.
    
    Signed-off-by: Russ Cam <russcam@canva.com>
    russcam committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9bbcf8b View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    Signed-off-by: Russ Cam <russcam@canva.com>
    russcam committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    45d59a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Add documentation and sample

    Signed-off-by: Russ Cam <russcam@canva.com>
    russcam committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    dd87d7d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Update IndexTemplates

    Signed-off-by: Russ Cam <russcam@canva.com>
    russcam committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    98a4fda View commit details
    Browse the repository at this point in the history