public class SearchIndexExcluderListBasic extends Object implements SearchIndexExcluderList
| Constructor and Description |
|---|
SearchIndexExcluderListBasic(Collection<? extends SearchIndexExcluder> excluders) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExcluded(Individual ind)
Poll the list of excluders regarding this individual.
|
void |
startIndexing()
Do any required setup on the individual Excluders.
|
void |
stopIndexing()
Do any required teardown on the individual Excluders.
|
public SearchIndexExcluderListBasic(Collection<? extends SearchIndexExcluder> excluders)
public void startIndexing()
SearchIndexExcluderListstartIndexing in interface SearchIndexExcluderListpublic void stopIndexing()
SearchIndexExcluderListstopIndexing in interface SearchIndexExcluderListpublic boolean isExcluded(Individual ind)
SearchIndexExcluderListisExcluded in interface SearchIndexExcluderListCopyright © 2022. All rights reserved.