Skip to content

Commit

Permalink
Adobe-Consulting-Services#1609 - Ignore "seed" property on the EOI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgonzalez committed Dec 18, 2018
1 parent 60f84f6 commit 5132d99
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ public class EnsureOakIndexJobHandler implements Runnable {
};

static final String[] MANDATORY_EXCLUDE_SUB_TREES = {
"[" + NT_OAK_QUERY_INDEX_DEFINITION + "]/" + NN_FACETS + "/" + JcrConstants.JCR_CONTENT
// For the real index definition node
"[" + NT_OAK_QUERY_INDEX_DEFINITION + "]/" + NN_FACETS + "/" + JcrConstants.JCR_CONTENT,
// For the ensure oak index definition node
"[" + NT_OAK_UNSTRUCTURED + "]/" + NN_FACETS + "/" + JcrConstants.JCR_CONTENT
};

static final String[] MANDATORY_EXCLUDE_NODE_NAMES = new String[]{ };
Expand Down

0 comments on commit 5132d99

Please sign in to comment.