From a2354b6a3f827dda37731440eee4690c9fe5a3ca Mon Sep 17 00:00:00 2001 From: "Andrew C. Oliver" Date: Sun, 24 Feb 2002 16:33:21 +0000 Subject: [PATCH] PR: Obtained from: Submitted by: Reviewed by: Added items suggested by Dmitry Serebrennikov git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149704 13f79535-47bb-0310-9956-ffa450edef68 --- docs/luceneplan.html | 10 ++++++++++ xdocs/luceneplan.xml | 10 ++++++++++ 2 files changed, 20 insertions(+) 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.