public class ExcludeBasedOnType extends Object implements SearchIndexExcluder
DONT_EXCLUDE| Constructor and Description |
|---|
ExcludeBasedOnType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addTypeToExclude(String typeURI) |
void |
addTypeURI(String uri) |
String |
checkForExclusion(Individual ind)
REturn a string message if the individual should
be excluded from the index.
|
protected void |
removeTypeToExclude(String typeURI) |
protected void |
setExcludedTypes(List<String> typeURIs) |
String |
toString() |
protected boolean |
typeURIinExcludeList(VClass vclz) |
public void addTypeURI(String uri)
public String checkForExclusion(Individual ind)
SearchIndexExcludercheckForExclusion in interface SearchIndexExcluderprotected boolean typeURIinExcludeList(VClass vclz)
protected void addTypeToExclude(String typeURI)
protected void removeTypeToExclude(String typeURI)
Copyright © 2021. All rights reserved.