Skip to content

feat(query and index analysis): extract queries and suggest index changes - #327

Open
tihom88 wants to merge 5 commits into
adobe:mainfrom
tihom88:indexing-skill
Open

feat(query and index analysis): extract queries and suggest index changes#327
tihom88 wants to merge 5 commits into
adobe:mainfrom
tihom88:indexing-skill

Conversation

@tihom88

@tihom88 tihom88 commented Sep 3, 2026

Copy link
Copy Markdown

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Mohit Kataria and others added 4 commits September 3, 2026 16:23
- extracting-jcr-queries: fix Technique 2 regexes to match
  //element(*, Type)[predicate] XPath and numeric-prefixed,
  space-delimited QueryBuilder predicate keys (e.g. Smart Collection
  stored queries); reword the scoping guidance to be portable instead
  of citing one test run's hardcoded hit counts.
- tuning-oak-query-indexes: clarify that QueryBuilder property/
  relativedaterange/daterange/boolproperty/similar predicates carry
  the JCR field name in the map value, not the key; genericize
  http://localhost:4502 examples to {host}:{port} with a stated local
  default; require explicit user approval before running any
  write/delete curl example against a real instance; drop the
  crx/de/query.jsp guidance (not present on AEM as a Cloud Service,
  and unbounded-read even where it exists) in favor of the Query
  Performance diagnostic endpoint's bounded heuristics.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@tihom88 tihom88 changed the title extract queries and suggest index changes (feat: query and index analysis)extract queries and suggest index changes Sep 3, 2026
@tihom88 tihom88 changed the title (feat: query and index analysis)extract queries and suggest index changes feat (query and index analysis): extract queries and suggest index changes Sep 3, 2026
@tihom88 tihom88 changed the title feat (query and index analysis): extract queries and suggest index changes feat(query and index analysis): extract queries and suggest index changes Sep 3, 2026
@rombert

rombert commented Sep 3, 2026

Copy link
Copy Markdown
Member

@tihom88 - thanks for the PR! It's quite large so please allow for some time to review this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants