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
This commit is contained in:
Andrew C. Oliver 2002-02-24 16:33:21 +00:00
parent 3929335807
commit a2354b6a3f
2 changed files with 20 additions and 0 deletions

View File

@ -283,6 +283,16 @@
matching filter. (can occur multiple
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.

View File

@ -172,6 +172,16 @@
matching filter. (can occur multiple
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.