mirror of https://github.com/apache/lucene.git
LUCENE-2872: remove warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1061619 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
74360c80f5
commit
e2675f59f8
|
@ -325,10 +325,6 @@ LUCENE-1458, LUCENE-2111: Flexible Indexing
|
|||
global AttributeSource to each segments TermsEnum. The TermsEnum is consumer
|
||||
and gets the current minimum competitive boosts (MTQ.MaxNonCompetitiveBoostAttribute).
|
||||
|
||||
* LUCENE-2761: DataInput.readVInt/readVLong and DataOutput.writeVInt/writeVLong
|
||||
are final. If you subclassed this code before to encode variable-length
|
||||
integers in some specialized way, use the Codec API instead.
|
||||
|
||||
* LUCENE-2374: The backwards layer in AttributeImpl was removed. To support correct
|
||||
reflection of AttributeImpl instances, where the reflection was done using deprecated
|
||||
toString() parsing, you have to now override reflectWith() to customize output.
|
||||
|
|
Loading…
Reference in New Issue