diff --git a/docs/luceneplan.html b/docs/luceneplan.html
index cd73c105b05..7cccd7058c5 100644
--- a/docs/luceneplan.html
+++ b/docs/luceneplan.html
@@ -283,6 +283,16 @@
matching filter. (can occur multiple
times)
+
+ ExpandOnly - use but do not index items
+ that match this pattern (regex?) (can
+ occur multiple times)
+
+
+ NoExpand - Index but do not follow the
+ links in items that match this pattern
+ (regex?) (can occur multiple times)
+
MaxItems - stops indexing after x
documents have been indexed.
diff --git a/xdocs/luceneplan.xml b/xdocs/luceneplan.xml
index 7b37504ebfc..6992784f312 100644
--- a/xdocs/luceneplan.xml
+++ b/xdocs/luceneplan.xml
@@ -172,6 +172,16 @@
matching filter. (can occur multiple
times)
+
+ ExpandOnly - use but do not index items
+ that match this pattern (regex?) (can
+ occur multiple times)
+
+
+ NoExpand - Index but do not follow the
+ links in items that match this pattern
+ (regex?) (can occur multiple times)
+
MaxItems - stops indexing after x
documents have been indexed.