public class SearchIndexExcluderListDeveloper extends Object implements SearchIndexExcluderList
| Constructor and Description |
|---|
SearchIndexExcluderListDeveloper(Collection<? extends SearchIndexExcluder> excluders) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExcluded(Individual ind)
Each time a excluder is run, accumulate the timings for it.
|
void |
startIndexing()
Do any required setup on the individual Excluders.
|
void |
stopIndexing()
Write the timings to the log.
|
public SearchIndexExcluderListDeveloper(Collection<? extends SearchIndexExcluder> excluders)
public void startIndexing()
SearchIndexExcluderListstartIndexing in interface SearchIndexExcluderListpublic boolean isExcluded(Individual ind)
isExcluded in interface SearchIndexExcluderListpublic void stopIndexing()
stopIndexing in interface SearchIndexExcluderListCopyright © 2022. All rights reserved.