public static final class CheckIndex.Status.TermIndexStatus extends Object
Modifier and Type | Field and Description |
---|---|
Throwable |
error
Exception thrown during term index test (null on success)
|
long |
termCount
Total term count
|
long |
totFreq
Total frequency across all terms.
|
long |
totPos
Total number of positions.
|
Constructor and Description |
---|
TermIndexStatus() |
public long termCount
public long totFreq
public long totPos
public Throwable error
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.