feat(query and index analysis): extract queries and suggest index changes - #327
Open
tihom88 wants to merge 5 commits into
Open
feat(query and index analysis): extract queries and suggest index changes#327tihom88 wants to merge 5 commits into
tihom88 wants to merge 5 commits into
Conversation
- 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
requested review from
Himanich,
abhishekgarg18,
akankshajain18,
pkumargaddam and
rombert
as code owners
September 3, 2026 12:11
Member
|
@tihom88 - thanks for the PR! It's quite large so please allow for some time to review this. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: