Class FullTextSearchUtil
java.lang.Object
com.evolveum.midpoint.schema.util.FullTextSearchUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateWords
(FullTextSearchConfigurationType config, ObjectType object) Returns words to index or null if there is nothing to index.getFullTextSearchItemPaths
(@NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz) getFullTextSearchItemPaths
(@NotNull FullTextSearchConfigurationType config, List<QName> types) static boolean
static boolean
isEnabledFor
(FullTextSearchConfigurationType config, Class<?> clazz) static boolean
isEnabledFor
(FullTextSearchConfigurationType config, List<QName> types) static <T extends ObjectType>
booleanisObjectTextInfoRecomputationNeeded
(FullTextSearchConfigurationType config, Class<T> type, Collection<? extends ItemDelta<?, ?>> modifications)
-
Constructor Details
-
FullTextSearchUtil
public FullTextSearchUtil()
-
-
Method Details
-
isEnabled
-
isEnabledFor
-
isEnabledFor
-
getFullTextSearchItemPaths
@NotNull public static @NotNull Set<ItemPath> getFullTextSearchItemPaths(@NotNull @NotNull FullTextSearchConfigurationType config, Class<? extends ObjectType> clazz) -
getFullTextSearchItemPaths
@NotNull public static @NotNull Set<ItemPath> getFullTextSearchItemPaths(@NotNull @NotNull FullTextSearchConfigurationType config, List<QName> types) -
isObjectTextInfoRecomputationNeeded
public static <T extends ObjectType> boolean isObjectTextInfoRecomputationNeeded(FullTextSearchConfigurationType config, Class<T> type, Collection<? extends ItemDelta<?, ?>> modifications) -
createWords
@Nullable public static @Nullable Set<String> createWords(FullTextSearchConfigurationType config, ObjectType object) Returns words to index or null if there is nothing to index.
-