public interface SearchIndexExcluderList
startIndexing(), 0 or more isExcluded() by multiple threads, stopIndexing().
| 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.
|
void startIndexing()
void stopIndexing()
boolean isExcluded(Individual ind)
Copyright © 2021. All rights reserved.