Class LuceneIndexHistogramCreator
java.lang.Object
org.aksw.palmetto.corpus.lucene.creation.LuceneIndexHistogramCreator
A simple class that iterates over a given Lucene index and creates a histogram of the document lengths stored inside
a documentLengthField.
- Author:
- Michael Röder (roeder@informatik.uni-leipzig.de)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected int[][]createHistogram(String indexPath)voidcreateLuceneIndexHistogram(String indexPath)voidstoreHistogram(int[][] histogram, String filename)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
docLengthFieldName
-
-
Constructor Details
-
LuceneIndexHistogramCreator
-
-
Method Details
-
createLuceneIndexHistogram
-
createHistogram
-
storeHistogram
-