Package org.apache.solr.util
Class SolrLogPostTool
- java.lang.Object
- 
- org.apache.solr.util.SolrLogPostTool
 
- 
 public class SolrLogPostTool extends Object A command line tool for indexing Solr logs in the out-of-the-box log format.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSolrLogPostTool.LogRecordReader
 - 
Field SummaryFields Modifier and Type Field Description protected static StringUNKNOWN_VALUE
 - 
Constructor SummaryConstructors Constructor Description SolrLogPostTool()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]getRequestPurposeNames(Integer reqPurpose)static voidmain(String[] args)
 
- 
- 
- 
Field Detail- 
UNKNOWN_VALUEprotected static final String UNKNOWN_VALUE - See Also:
- Constant Field Values
 
 
- 
 
-