acoliver 02/02/24 08:33:21 Modified: docs luceneplan.html xdocs luceneplan.xml Log: Added items suggested by Dmitry Serebrennikov Revision Changes Path 1.3 +10 -0 jakarta-lucene/docs/luceneplan.html Index: luceneplan.html =================================================================== RCS file: /home/cvs/jakarta-lucene/docs/luceneplan.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- luceneplan.html 24 Feb 2002 15:58:41 -0000 1.2 +++ luceneplan.html 24 Feb 2002 16:33:21 -0000 1.3 @@ -284,6 +284,16 @@ times) </li> <li> + ExpandOnly - use but do not index items + that match this pattern (regex?) (can + occur multiple times) + </li> + <li> + NoExpand - Index but do not follow the + links in items that match this pattern + (regex?) (can occur multiple times) + </li> + <li> MaxItems - stops indexing after x documents have been indexed. </li> 1.3 +10 -0 jakarta-lucene/xdocs/luceneplan.xml Index: luceneplan.xml =================================================================== RCS file: /home/cvs/jakarta-lucene/xdocs/luceneplan.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- luceneplan.xml 24 Feb 2002 15:58:41 -0000 1.2 +++ luceneplan.xml 24 Feb 2002 16:33:21 -0000 1.3 @@ -173,6 +173,16 @@ times) </li> <li> + ExpandOnly - use but do not index items + that match this pattern (regex?) (can + occur multiple times) + </li> + <li> + NoExpand - Index but do not follow the + links in items that match this pattern + (regex?) (can occur multiple times) + </li> + <li> MaxItems - stops indexing after x documents have been indexed. </li>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>