remove redundant/outdated check

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634586 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-10-27 16:32:52 +00:00
parent 3dfb984bc7
commit bfad0ad2f9
1 changed files with 0 additions and 3 deletions

View File

@ -165,9 +165,6 @@ public final class FieldInfo {
if (omitNorms) {
throw new IllegalStateException("non-indexed field '" + name + "' cannot omit norms");
}
if (indexOptions != null) {
throw new IllegalStateException("non-indexed field '" + name + "' cannot have index options");
}
}
if (dvGen != -1 && docValueType == null) {