Interface SearchIndexExcluder
-
- All Known Implementing Classes:
ExcludeBasedOnNamespace,ExcludeBasedOnType,ExcludeBasedOnTypeNamespace,SyncingExcludeBasedOnType,UpdateUrisTask.ExcludeIfNoVClasses
public interface SearchIndexExcluderInterface for classes that check to see if an individual should be excluded from the search index.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDONT_EXCLUDE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcheckForExclusion(Individual ind)REturn a string message if the individual should be excluded from the index.
-
-
-
Field Detail
-
DONT_EXCLUDE
static final String DONT_EXCLUDE
-
-
Method Detail
-
checkForExclusion
String checkForExclusion(Individual ind)
REturn a string message if the individual should be excluded from the index. Return null if ind should not be excluded.
-
-