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

Ngstack 836 descendant indexing #11

Open
wants to merge 70 commits into
base: 3.1
Choose a base branch
from

Commits on Jul 31, 2024

  1. NGSTACK-836 parent child indexer

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    385c9b8 View commit details
    Browse the repository at this point in the history
  2. NGSTACK-836 remove SearchResultExtractorTrait from ParentChildFieldMa…

    …pper
    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7b82532 View commit details
    Browse the repository at this point in the history
  3. NGSTACK-836 remove argument from service definition

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a3b6d75 View commit details
    Browse the repository at this point in the history
  4. NGSTACK-836 add parent child indexing compiler pass

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    34cab02 View commit details
    Browse the repository at this point in the history
  5. NGSTACK-836 service definition changes

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9e9162a View commit details
    Browse the repository at this point in the history
  6. NGSTACK-836 FulltextFieldResolver interface and remove search from Pa…

    …rentChildFieldMapper
    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0709a0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    603e375 View commit details
    Browse the repository at this point in the history
  8. NGSTACK-836 add content id as key to parent ids property and unset pr…

    …operty after the message is dispatched
    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    89fff6d View commit details
    Browse the repository at this point in the history
  9. NGSTACK-836 replace persistance handler with location handler, use in…

    …dexSingleForParent location method for trash and move subtree handlers and fix bugs
    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1efebab View commit details
    Browse the repository at this point in the history
  10. NGSTACK-836: use class constant instead of FQCN

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2b6c310 View commit details
    Browse the repository at this point in the history
  11. NGSTACK-836: add strict types declaration and fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    092ecae View commit details
    Browse the repository at this point in the history
  12. NGSTACK-836: add property type annotation and fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0cd3913 View commit details
    Browse the repository at this point in the history
  13. NGSTACK-836: fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    de8d585 View commit details
    Browse the repository at this point in the history
  14. NGSTACK-836: fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    181851a View commit details
    Browse the repository at this point in the history
  15. NGSTACK-836: remove unused imports

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1c560c1 View commit details
    Browse the repository at this point in the history
  16. NGSTACK-836: add strict types declaration and fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    02f3088 View commit details
    Browse the repository at this point in the history
  17. NGSTACK-836: use getters instead of magic get and fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    05b0490 View commit details
    Browse the repository at this point in the history
  18. NGSTACK-836: fix case mismatch

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    96531ac View commit details
    Browse the repository at this point in the history
  19. NGSTACK-836: clean up docblocks

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d4cf4e0 View commit details
    Browse the repository at this point in the history
  20. NGSTACK-836: remove unnecessary type cast

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d4aa014 View commit details
    Browse the repository at this point in the history
  21. NGSTACK-836: clean up docblocks

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0f792ad View commit details
    Browse the repository at this point in the history
  22. NGSTACK-836: fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0201bf0 View commit details
    Browse the repository at this point in the history
  23. NGSTACK-836: fix spacing

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a2d5383 View commit details
    Browse the repository at this point in the history
  24. NGSTACK-836: move configuration to the bottom

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f5f2026 View commit details
    Browse the repository at this point in the history
  25. NGSTACK-836: fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c62c84e View commit details
    Browse the repository at this point in the history
  26. NGSTACK-836: fix typo

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    aa89585 View commit details
    Browse the repository at this point in the history
  27. NGSTACK-836: fix async indexing tests and prepare for testing parent-…

    …child indexer
    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e18ecc5 View commit details
    Browse the repository at this point in the history
  28. NGSTACK-836: check and skip root Location

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    965810b View commit details
    Browse the repository at this point in the history
  29. NGSTACK-836: handle exception when resolving content type identifier

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1aeaef6 View commit details
    Browse the repository at this point in the history
  30. NGSTACK-836: restructure message handlers

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    95b5383 View commit details
    Browse the repository at this point in the history
  31. NGSTACK-836: restructure parent-child indexing field mapper

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    af508f9 View commit details
    Browse the repository at this point in the history
  32. NGSTACK-836: restructure parent-child indexing ancestor resolver

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    33defd2 View commit details
    Browse the repository at this point in the history
  33. NGSTACK-836: fix test service configuration

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    043c4ed View commit details
    Browse the repository at this point in the history
  34. NGSTACK-836: add parent-child indexing test for publishing version

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2cb105e View commit details
    Browse the repository at this point in the history
  35. NGSTACK-836: fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e22ccd6 View commit details
    Browse the repository at this point in the history
  36. NGSTACK-836: update test class name

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    315a1ab View commit details
    Browse the repository at this point in the history
  37. NGSTACK-836: rename parent-child indexing fulltext field mapper

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c3f6028 View commit details
    Browse the repository at this point in the history
  38. NGSTACK-836: make parent-child fulltext field mapper configurable

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f0e54c5 View commit details
    Browse the repository at this point in the history
  39. NGSTACK-836: implement recursive semantic config

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3fbf1f9 View commit details
    Browse the repository at this point in the history
  40. NGSTACK-836: extract AncestorPathGenerator with test

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    12926a3 View commit details
    Browse the repository at this point in the history
  41. NGSTACK-836: fix indenting

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8a1f388 View commit details
    Browse the repository at this point in the history
  42. NGSTACK-836: fix logged message

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ce83731 View commit details
    Browse the repository at this point in the history
  43. NGSTACK-836: add AncestorResolver unit test

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    55f27af View commit details
    Browse the repository at this point in the history
  44. NGSTACK-836: disable hierarchical indexing on legacy and asynchronous…

    … Solr
    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    05f6353 View commit details
    Browse the repository at this point in the history
  45. NGSTACK-836: fix exclude configuration

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1dcb5d0 View commit details
    Browse the repository at this point in the history
  46. NGSTACK-836: fix service configuration

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3662e72 View commit details
    Browse the repository at this point in the history
  47. NGSTACK-836: fix case mismatch

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d6bc30c View commit details
    Browse the repository at this point in the history
  48. NGSTACK-836: update for change in configuration

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0ab45f7 View commit details
    Browse the repository at this point in the history
  49. NGSTACK-836: implement configurable Solr field handlers for descendan…

    …t indexing
    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    189ed5c View commit details
    Browse the repository at this point in the history
  50. NGSTACK-836: rename parent child indexing to descendant indexing

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f227bf0 View commit details
    Browse the repository at this point in the history
  51. NGSTACK-836: rename parent child indexing to descendant indexing part 2

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a6d6aee View commit details
    Browse the repository at this point in the history
  52. NGSTACK-836: add Block and BlockTranslation Descendant FieldMappers

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ad5476c View commit details
    Browse the repository at this point in the history
  53. NGSTACK-836: rename cleanup

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2fe6d6d View commit details
    Browse the repository at this point in the history
  54. NGSTACK-836: fix CS

    pspanja authored and Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    abc846b View commit details
    Browse the repository at this point in the history
  55. NGSTACK-836 tests for descendant indexing

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    84d443d View commit details
    Browse the repository at this point in the history
  56. NGSTACK-836 AncestorIndexer and AncestorResolver changes and swap loc…

    …ation handler fix
    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0a195c3 View commit details
    Browse the repository at this point in the history
  57. NGSTACK-836 remove unused qualifiers

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    11f18a5 View commit details
    Browse the repository at this point in the history
  58. NGSTACK-836 exclude descendant indexing tests (not supported with leg…

    …acy search engine)
    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    dea79ff View commit details
    Browse the repository at this point in the history
  59. NGSTACK-836 update tests throws tags

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f95b258 View commit details
    Browse the repository at this point in the history
  60. NGSTACK-836 declare test return types

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    eb2cecb View commit details
    Browse the repository at this point in the history
  61. NGSTACK-836 remove unnecessary code

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c5b7c37 View commit details
    Browse the repository at this point in the history
  62. NGSTACK-836 renaming field mappers and custom solr fields

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5dcb6ad View commit details
    Browse the repository at this point in the history
  63. NGSTACK-836 fix handlers configuration

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8517964 View commit details
    Browse the repository at this point in the history
  64. NGSTACK-836 add documentation for descendant indexing

    Katarina Miočić committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    113a696 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. NGSTACK-836 documentation changes

    Katarina Miočić committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9014f2e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    d048105 View commit details
    Browse the repository at this point in the history
  2. NGSTACK-836 comment NameSchemaSubscriber line

    Katarina Miočić committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    720d633 View commit details
    Browse the repository at this point in the history
  3. NGSTACK-836 exclude tests fix path

    Katarina Miočić committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a457c11 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. NGSTACK-836 exclude DescendantIndexingSectionTest

    Katarina Miočić committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0d1f267 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. NGSTACK-836 documentation fix

    Katarina Miočić committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e3264c0 View commit details
    Browse the repository at this point in the history