mirror of https://github.com/apache/lucene.git
Changed 22 to 8 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@471614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4a5ace9a4e
commit
6a36e71604
|
@ -165,6 +165,8 @@ Bug fixes
|
||||||
to recognize ordered spans if they overlaped with unordered spans.
|
to recognize ordered spans if they overlaped with unordered spans.
|
||||||
(Paul Elschot via Chris Hostetter)
|
(Paul Elschot via Chris Hostetter)
|
||||||
|
|
||||||
|
20. LUCENE-706: Updated fileformats.xml|html concerning the docdelta value in the frequency file. (Johan Stuyts, Doron Cohen via Grant Ingersoll)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
|
|
||||||
1. LUCENE-586: TermDocs.skipTo() is now more efficient for
|
1. LUCENE-586: TermDocs.skipTo() is now more efficient for
|
||||||
|
|
|
@ -1562,7 +1562,7 @@ limitations under the License.
|
||||||
VInts:
|
VInts:
|
||||||
</p>
|
</p>
|
||||||
<p> 15,
|
<p> 15,
|
||||||
22, 3
|
8, 3
|
||||||
</p>
|
</p>
|
||||||
<p>DocSkip records the document number before every
|
<p>DocSkip records the document number before every
|
||||||
SkipInterval<sup>th</sup> document in TermFreqs.
|
SkipInterval<sup>th</sup> document in TermFreqs.
|
||||||
|
|
|
@ -1151,7 +1151,7 @@
|
||||||
VInts:
|
VInts:
|
||||||
</p>
|
</p>
|
||||||
<p> 15,
|
<p> 15,
|
||||||
22, 3
|
8, 3
|
||||||
</p>
|
</p>
|
||||||
<p>DocSkip records the document number before every
|
<p>DocSkip records the document number before every
|
||||||
SkipInterval<sup>th</sup> document in TermFreqs.
|
SkipInterval<sup>th</sup> document in TermFreqs.
|
||||||
|
|
Loading…
Reference in New Issue