mirror of https://github.com/apache/lucene.git
nocommit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1441754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
481139b490
commit
29e0c2a94f
|
@ -216,9 +216,6 @@ public class FieldInfos implements Iterable<FieldInfo> {
|
|||
return fieldNumber.intValue();
|
||||
}
|
||||
|
||||
// nocommit: do we need better tests for attempt to
|
||||
// change doc value type across segments...
|
||||
|
||||
// used by assert
|
||||
synchronized boolean containsConsistent(Integer number, String name, DocValuesType dvType) {
|
||||
return name.equals(numberToName.get(number))
|
||||
|
|
Loading…
Reference in New Issue