Skip to content

Commit ca07ddf

Browse files
Andreas BieberbachAndreas Bieberbach
authored andcommitted
VersionHistory wird jetzt auch indiziert
1 parent 6d6a552 commit ca07ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modeshape-jcr/src/main/java/org/modeshape/jcr/SystemContentInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void initialize( SessionCache session,
5151

5252
// Create the "/jcr:system/jcr:versionStorage" node which we don't want to index
5353
MutableCachedNode versionStorage = createNode(session, system, "jcr:versionStorage", JcrLexicon.VERSION_STORAGE, ModeShapeLexicon.VERSION_STORAGE);
54-
versionStorage.excludeFromSearch();
54+
//versionStorage.excludeFromSearch();
5555

5656
// Create the "/jcr:system/mode:namespaces" node ...
5757
namespaces = createNode(session, system, "mode:namespaces", ModeShapeLexicon.NAMESPACES, ModeShapeLexicon.NAMESPACES);

0 commit comments

Comments
 (0)