Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
BlockTreeTermsReader.Stats |
BlockTreeTermsReader.FieldReader.computeStats()
For debugging -- used by CheckIndex too
|
Modifier and Type | Field and Description |
---|---|
Map<String,BlockTreeTermsReader.Stats> |
CheckIndex.Status.TermIndexStatus.blockTreeStats
Holds details of block allocations in the block
tree terms dictionary (this is only set if the
PostingsFormat for this segment uses block
tree. |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.