Skip to content

Commit fad34c4

Browse files
committed
OAK-11454 Explain query output: fix synchronousPropertyCondition
1 parent ae48fc1 commit fad34c4

File tree

1 file changed

+1
-1
lines changed
  • oak-search/src/main/java/org/apache/jackrabbit/oak/plugins/index/search/spi/query

1 file changed

+1
-1
lines changed

oak-search/src/main/java/org/apache/jackrabbit/oak/plugins/index/search/spi/query/FulltextIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ protected static void addSyncIndexPlan(IndexPlan plan, StringBuilder sb) {
184184
PlanResult pr = getPlanResult(plan);
185185
if (pr.hasPropertyIndexResult()) {
186186
FulltextIndexPlanner.PropertyIndexResult pres = pr.getPropertyIndexResult();
187-
sb.append(" synchronousPropertyCondition: ").append(pres.propertyName);
187+
sb.append(" propertyCondition: ").append(pres.propertyName);
188188
if (!pres.propertyName.equals(pres.pr.propertyName)) {
189189
sb.append("[").append(pres.pr.propertyName).append("]");
190190
}

0 commit comments

Comments
 (0)