public class LuceneIndexHistogramCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
docLengthFieldName |
private static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
LuceneIndexHistogramCreator(String docLengthFieldName) |
| Modifier and Type | Method and Description |
|---|---|
protected int[][] |
createHistogram(String indexPath) |
void |
createLuceneIndexHistogram(String indexPath) |
void |
storeHistogram(int[][] histogram,
String filename) |
Copyright © 2014–2016. All rights reserved.