Interface SolrModifiedItemDAO
-
- All Known Implementing Classes:
DefaultSolrModifiedItemDAO
@Deprecated(since="1808", forRemoval=true) public interface SolrModifiedItemDAODeprecated, for removal: This API element is subject to removal in a future version.since 1808SolrModifiedItemModelis no longer used in solr index update strategyDAO forSolrModifiedItemModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<SolrModifiedItemModel>findByModificationType(SolrItemModificationType modificationType)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
findByModificationType
java.util.Collection<SolrModifiedItemModel> findByModificationType(SolrItemModificationType modificationType)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-