Package org.apache.solr.common.params
Interface EventParams
- 
 public interface EventParams
- 
- 
Field SummaryFields Modifier and Type Field Description static StringEVENTEvent param for things like newSearcher, firstSearcher*static StringFIRST_SEARCHERstatic StringNEW_SEARCHER
 
- 
- 
- 
Field Detail- 
EVENTstatic final String EVENT Event param for things like newSearcher, firstSearcher*- See Also:
- Constant Field Values
 
 - 
NEW_SEARCHERstatic final String NEW_SEARCHER - See Also:
- Constant Field Values
 
 - 
FIRST_SEARCHERstatic final String FIRST_SEARCHER - See Also:
- Constant Field Values
 
 
- 
 
-