@ProviderType
public interface ModelSearchConfigurator<T extends com.liferay.portal.kernel.model.BaseModel<?>>
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.lang.String |
getClassName() |
java.lang.Iterable<KeywordQueryContributor> |
getKeywordQueryContributors() |
java.lang.Iterable<ModelDocumentContributor> |
getModelDocumentContributors() |
ModelIndexerWriterContributor<T> |
getModelIndexerWriterContributor() |
ModelSearchSettings |
getModelSearchSettings() |
ModelSummaryContributor |
getModelSummaryBuilder() |
ModelVisibilityContributor |
getModelVisibilityContributor() |
java.lang.Iterable<QueryConfigContributor> |
getQueryConfigContributors() |
java.lang.Iterable<SearchContextContributor> |
getSearchContextContributors() |
void close()
java.lang.String getClassName()
java.lang.Iterable<KeywordQueryContributor> getKeywordQueryContributors()
java.lang.Iterable<ModelDocumentContributor> getModelDocumentContributors()
ModelIndexerWriterContributor<T> getModelIndexerWriterContributor()
ModelSearchSettings getModelSearchSettings()
ModelSummaryContributor getModelSummaryBuilder()
ModelVisibilityContributor getModelVisibilityContributor()
java.lang.Iterable<QueryConfigContributor> getQueryConfigContributors()
java.lang.Iterable<SearchContextContributor> getSearchContextContributors()