lucene 4: comment on adding DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS

This commit is contained in:
Shay Banon 2012-11-02 10:58:48 +01:00
parent e9f8d0c722
commit faf3e0e857
1 changed files with 2 additions and 1 deletions

View File

@ -113,6 +113,7 @@ public class TypeParsers {
}
}
// LUCENE 4 UPGRADE: when ew move into feature mode, we need to support DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS
private static IndexOptions nodeIndexOptionValue(final Object propNode) {
final String value = propNode.toString();
if (INDEX_OPTIONS_POSITIONS.equalsIgnoreCase(value)) {