LUCENE-3390: Merge changes entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1173747 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-09-21 16:30:26 +00:00
parent 733fe8aa27
commit 80654ae7be
1 changed files with 2 additions and 1 deletions

View File

@ -588,7 +588,8 @@ Changes in backwards compatibility policy
be populated directly into the FieldCache arrays during sorting,
leading to concurrency issues. To fix this behaviour, the method
signatures had to be changed:
- FieldCache.getUnValuedDocs() returns the interface Bits instead DocIdSet
- FieldCache.getUnValuedDocs() was renamed to FieldCache.getDocsWithField()
returning a Bits interface (backported from Lucene 4.0).
- FieldComparator.setMissingValue() was removed and added to
constructor
As this is expert API, most code will not be affected.