Package org.apache.solr.cli
Class SolrLogPostTool
- java.lang.Object
-
- org.apache.solr.cli.SolrLogPostTool
-
public class SolrLogPostTool extends Object
A command line tool for indexing Solr logs in the out-of-the-box log format.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SolrLogPostTool.LogRecordReader
-
Field Summary
Fields Modifier and Type Field Description protected static String
UNKNOWN_VALUE
-
Constructor Summary
Constructors Constructor Description SolrLogPostTool()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]
getRequestPurposeNames(Integer reqPurpose)
static void
main(String[] args)
-
-
-
Field Detail
-
UNKNOWN_VALUE
protected static final String UNKNOWN_VALUE
- See Also:
- Constant Field Values
-
-