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

near search: add min_interval #1520

Merged
merged 52 commits into from
Feb 27, 2023
Merged

near search: add min_interval #1520

merged 52 commits into from
Feb 27, 2023

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    7e21e25 View commit details
    Browse the repository at this point in the history
  2. Fix parsing bug

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b4b9a08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    100b970 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f920f36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e975dc View commit details
    Browse the repository at this point in the history
  6. Fix missing implementation

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b33d4fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac642aa View commit details
    Browse the repository at this point in the history
  8. Fix a typo

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    0409d1a View commit details
    Browse the repository at this point in the history
  9. Add min_interval logic

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    033aa9c View commit details
    Browse the repository at this point in the history
  10. Add min_interval logic

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    50996d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc418d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d46a7b1 View commit details
    Browse the repository at this point in the history
  13. Add tests

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    481ebcc View commit details
    Browse the repository at this point in the history
  14. Add min_interval check

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5e0ee74 View commit details
    Browse the repository at this point in the history
  15. *ONP: skip if "interval == 0"

    That case means these are a same word at that context.
    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a51e423 View commit details
    Browse the repository at this point in the history
  16. Add tests for query

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    50edc47 View commit details
    Browse the repository at this point in the history
  17. Add tests for filter

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    42162ca View commit details
    Browse the repository at this point in the history
  18. Remove temporary changes

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    63ba3ec View commit details
    Browse the repository at this point in the history
  19. Fix a bug that some max_element_interval check is

    skipped when GRN_OP_ORDERED_NEAR_PHRASE
    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    7abbe06 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    57fccbe View commit details
    Browse the repository at this point in the history
  21. Rename tests path

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b50a988 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c8a4676 View commit details
    Browse the repository at this point in the history
  23. Return with two lines

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4d44c4e View commit details
    Browse the repository at this point in the history
  24. Modify "or" to "and"

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e819b54 View commit details
    Browse the repository at this point in the history
  25. Align indents

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    da46302 View commit details
    Browse the repository at this point in the history
  26. Align indent

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a950597 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    26eecae View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0782c50 View commit details
    Browse the repository at this point in the history
  29. Align position

    HashidaTKS committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b0307f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Refacter grn_ecmascript.c

    HashidaTKS committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    bc063c6 View commit details
    Browse the repository at this point in the history
  2. Remove extra space

    HashidaTKS committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    59f5027 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e41c57 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    HashidaTKS committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    872065d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c07da90 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51e3fae View commit details
    Browse the repository at this point in the history
  7. Reduce variable scope

    HashidaTKS committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0d0131c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9125cbf View commit details
    Browse the repository at this point in the history
  9. Assign correct value

    HashidaTKS committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    39421f6 View commit details
    Browse the repository at this point in the history
  10. Align function position

    HashidaTKS committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0458ed6 View commit details
    Browse the repository at this point in the history
  11. Rename GRN_SELECT_DEFAULT_NEAR_MIN_INTERVAL

    to GRN_II_DEFAULT_NEAR_MIN_INTERVAL
    HashidaTKS committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    14d5f8e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    c45b988 View commit details
    Browse the repository at this point in the history
  2. Apply the feedback

    Always pop `min_interval`
    HashidaTKS committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6989d4e View commit details
    Browse the repository at this point in the history
  3. Revert needless change

    HashidaTKS committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    b1f253c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    408c90b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c3f95c View commit details
    Browse the repository at this point in the history
  6. Update lib/table_selector.c

    Co-authored-by: Sutou Kouhei <kou@clear-code.com>
    HashidaTKS and kou committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1f0fb82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be41036 View commit details
    Browse the repository at this point in the history
  8. parentheses

    HashidaTKS committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    a0cf08c View commit details
    Browse the repository at this point in the history
  9. Fix matching test cases

    HashidaTKS committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    68d90c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0acb91c View commit details
    Browse the repository at this point in the history
  11. Revert needless style change

    kou committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    c60b464 View commit details
    Browse the repository at this point in the history
  12. Use the same order

    kou committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ce669e8 View commit details
    Browse the repository at this point in the history