remove dead code (we dont share docstores anymore or support 3.x indexes in trunk)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1506673 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-07-24 19:40:08 +00:00
parent 47bf70812b
commit e4e4f096c7
1 changed files with 0 additions and 13 deletions

View File

@ -159,19 +159,6 @@ public class CheckIndex {
* segment. */
public double sizeMB;
/** Doc store offset, if this segment shares the doc
* store files (stored fields and term vectors) with
* other segments. This is -1 if it does not share. */
public int docStoreOffset = -1;
/** String of the shared doc store segment, or null if
* this segment does not share the doc store files. */
public String docStoreSegment;
/** True if the shared doc store files are compound file
* format. */
public boolean docStoreCompoundFile;
/** True if this segment has pending deletions. */
public boolean hasDeletions;