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

Wildcard field optimised for wildcard queries #49993

Merged
merged 32 commits into from
Mar 16, 2020

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    baf369f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d15571b View commit details
    Browse the repository at this point in the history
  3. Docs change

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    42e55bc View commit details
    Browse the repository at this point in the history
  4. Docs change

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    c7714a0 View commit details
    Browse the repository at this point in the history
  5. Docs change

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    67c8a57 View commit details
    Browse the repository at this point in the history
  6. Doc change

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    dac8408 View commit details
    Browse the repository at this point in the history
  7. Docs fix

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8f7f0a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dddd1ae View commit details
    Browse the repository at this point in the history
  9. Added support for aggs

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3cb80a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4af4c7 View commit details
    Browse the repository at this point in the history
  11. Bugfix - BinaryDVIndexFieldData.sortField had the wrong implementation.

    Added sort test to compare keyword field results with wildcard field - behaviour should be equivalent.
    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f9893cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ce47c6c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0714c13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b80c231 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    377f81f View commit details
    Browse the repository at this point in the history
  16. Renamed WildcardOnBinaryDVQuery to AutomatonQueryOnBinaryDV.

    Changed TaperedNGramTokenFilter to TaperedNGramTokenizer.
    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    095d0f3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c41f208 View commit details
    Browse the repository at this point in the history
  18. Addressed latest review comments apart from support for arrays. That’…

    …ll come in another commit
    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    39f248f View commit details
    Browse the repository at this point in the history
  19. Unused import

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    beabe03 View commit details
    Browse the repository at this point in the history
  20. Dammit. Line length

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    e6bd8b0 View commit details
    Browse the repository at this point in the history
  21. Fix rest test bug

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    488e64a View commit details
    Browse the repository at this point in the history
  22. Add support for prefix query. Set tokenised =false on elasticsearch-f…

    …acing field type. Add Lucene-facing field type for ngram index
    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    ecb021d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fa527dd View commit details
    Browse the repository at this point in the history
  24. Unused import

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    40c7929 View commit details
    Browse the repository at this point in the history
  25. Checkstyle fix

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6ccdc3b View commit details
    Browse the repository at this point in the history
  26. Removed String.getBytes()

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9e0b2b8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6255347 View commit details
    Browse the repository at this point in the history
  28. Unused import

    markharwood committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    93dbdd0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ad132af View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Removed TaperedNgramTokenizer and numChars. Changed encoding of terms…

    … to include double end char. Removed redundant BinaryBuilder. Thread safety fixes
    markharwood committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    f7656fa View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

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

Commits on Mar 13, 2020

  1. Switched to reusing same Analyzer for all tokenisation. Added checks …

    …in Builder for invalid options,
    markharwood committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    9641b72 View commit details
    Browse the repository at this point in the history