mirror of https://github.com/apache/lucene.git
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
This commit is contained in:
parent
3929335807
commit
a2354b6a3f
|
@ -283,6 +283,16 @@
|
||||||
matching filter. (can occur multiple
|
matching filter. (can occur multiple
|
||||||
times)
|
times)
|
||||||
</li>
|
</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>
|
<li>
|
||||||
MaxItems - stops indexing after x
|
MaxItems - stops indexing after x
|
||||||
documents have been indexed.
|
documents have been indexed.
|
||||||
|
|
|
@ -172,6 +172,16 @@
|
||||||
matching filter. (can occur multiple
|
matching filter. (can occur multiple
|
||||||
times)
|
times)
|
||||||
</li>
|
</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>
|
<li>
|
||||||
MaxItems - stops indexing after x
|
MaxItems - stops indexing after x
|
||||||
documents have been indexed.
|
documents have been indexed.
|
||||||
|
|
Loading…
Reference in New Issue