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

feat(search): Add word gram analyzer for name fields #8611

Merged
merged 16 commits into from
Aug 21, 2023
Merged

Commits on Aug 10, 2023

  1. WIP feat(search): Add word gram analyzer for name fields

    Indy Prentice authored and Indy Prentice committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    9445875 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. tokenizer

    Indy Prentice authored and Indy Prentice committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7647815 View commit details
    Browse the repository at this point in the history
  2. Checkstyle

    Indy Prentice authored and Indy Prentice committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    829b4fb View commit details
    Browse the repository at this point in the history
  3. Add ngrams to query builder

    Indy Prentice authored and Indy Prentice committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    454db5d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. fix one test

    Indy Prentice authored and Indy Prentice committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    734a5c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Add to the search query

    Indy Prentice authored and Indy Prentice committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    69e1b0c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Add documentation on new fieldType

    Indy Prentice authored and Indy Prentice committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7cc7e85 View commit details
    Browse the repository at this point in the history
  2. fix SearchQueryBuilderTest + Add tests for new functionality

    Indy Prentice authored and Indy Prentice committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    29fcf8e View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix SearchRequestHandlerTest

    Indy Prentice authored and Indy Prentice committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3779464 View commit details
    Browse the repository at this point in the history
  2. fix negation functionality

    Indy Prentice authored and Indy Prentice committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    51f2d77 View commit details
    Browse the repository at this point in the history
  3. fix typo in comment

    Indy Prentice authored and Indy Prentice committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    acf6872 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9466941 View commit details
    Browse the repository at this point in the history
  5. Enable golden test for ngrams since it passes now

    Indy Prentice authored and Indy Prentice committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7353f7f View commit details
    Browse the repository at this point in the history
  6. Set weights on new fields

    Indy Prentice authored and Indy Prentice committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    128d4e4 View commit details
    Browse the repository at this point in the history
  7. Fix entityspecbuildertest

    Indy Prentice authored and Indy Prentice committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9faf5b1 View commit details
    Browse the repository at this point in the history
  8. checkstyle

    Indy Prentice authored and Indy Prentice committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    9a7b45a View commit details
    Browse the repository at this point in the history