public interface AnalysisParams
| Modifier and Type | Field and Description | 
|---|---|
| static String | FIELD_NAMEHolds the value of the field which should be analyzed. | 
| static String | FIELD_TYPEHolds a comma-separated list of field types that the analysis should be peformed for. | 
| static String | FIELD_VALUEHodls a comma-separated list of field named that the analysis should be performed for. | 
| static String | PREFIXThe prefix for all parameters. | 
| static String | QUERYHolds the query to be analyzed. | 
| static String | SHOW_MATCHSet to  trueto indicate that the index tokens that match query tokens should be marked as "matched". | 
static final String PREFIX
static final String QUERY
static final String SHOW_MATCH
true to indicate that the index tokens that match query tokens should be marked as "matched".static final String FIELD_NAME
static final String FIELD_TYPE
static final String FIELD_VALUE
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.