public class AbstractPostProcessor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
matchField |
protected List<String> |
matchValue |
| Constructor and Description |
|---|
AbstractPostProcessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMatchField() |
List<String> |
getMatchValue() |
boolean |
match(SolrDoc solrDoc) |
void |
setMatchField(String matchField) |
void |
setMatchValue(List<String> matchValue) |
Copyright © 2022. All rights reserved.