diff --git a/src/docbkx/reference/programming-model/nodetypestrategy.xml b/src/docbkx/reference/programming-model/nodetypestrategy.xml
index 87492e71e..796f5d763 100644
--- a/src/docbkx/reference/programming-model/nodetypestrategy.xml
+++ b/src/docbkx/reference/programming-model/nodetypestrategy.xml
@@ -15,14 +15,6 @@
There are three available implementations to choose from.
-
- SubReferenceNodeTypeStrategy
-
- Stores entity types in a tree in the graph representing the type hierarchy. Each entity
- has a INSTANCE_OF relationship to a type node representing that entity's type. The type may or
- may not have a SUBCLASS_OF relationship to another type node.
-
-
IndexingNodeTypeStrategy
@@ -32,6 +24,14 @@
node has a property __type__ with the type of that entity.
+
+ SubReferenceNodeTypeStrategy
+
+ Stores entity types in a tree in the graph representing the type hierarchy. Each entity
+ has a INSTANCE_OF relationship to a type node representing that entity's type. The type may or
+ may not have a SUBCLASS_OF relationship to another type node.
+
+
NoopNodeTypeStrategy
@@ -42,6 +42,7 @@
- The default implementation is SubReferenceNodeTypeStrategy.
+ The default implementation is IndexingNodeTypeStrategy for new graphs. If using an existing
+ graph, Spring Data Graph will default to the strategy first used when the graph was created.
\ No newline at end of file