Uses of Class
de.hybris.platform.solrfacetsearch.model.SolrIndexModel
-
Packages that use SolrIndexModel Package Description de.hybris.platform.solrfacetsearch.daos de.hybris.platform.solrfacetsearch.daos.impl de.hybris.platform.solrfacetsearch.model Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.de.hybris.platform.solrfacetsearch.solr de.hybris.platform.solrfacetsearch.solr.impl -
-
Uses of SolrIndexModel in de.hybris.platform.solrfacetsearch.daos
Methods in de.hybris.platform.solrfacetsearch.daos that return SolrIndexModel Modifier and Type Method Description SolrIndexModelSolrIndexDao. findActiveIndexByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType)Finds the active index for a specific facet search configuration and indexed type.SolrIndexModelSolrIndexDao. findIndexByConfigAndTypeAndQualifier(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)Finds an index by facet search configuration, indexed type and qualifier.Methods in de.hybris.platform.solrfacetsearch.daos that return types with arguments of type SolrIndexModel Modifier and Type Method Description java.util.List<SolrIndexModel>SolrIndexDao. findAllIndexes()Returns all indexes.java.util.List<SolrIndexModel>SolrIndexDao. findIndexesByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType)Finds indexes by facet search configuration and indexed type.Methods in de.hybris.platform.solrfacetsearch.daos with parameters of type SolrIndexModel Modifier and Type Method Description java.util.Optional<SolrIndexOperationModel>SolrIndexOperationDao. findLastSuccesfulIndexOperation(SolrIndexModel index)Finds the last successfully finished FULL or UPDATE index operation for a given index. -
Uses of SolrIndexModel in de.hybris.platform.solrfacetsearch.daos.impl
Methods in de.hybris.platform.solrfacetsearch.daos.impl that return SolrIndexModel Modifier and Type Method Description SolrIndexModelDefaultSolrIndexDao. findActiveIndexByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType)SolrIndexModelDefaultSolrIndexDao. findIndexByConfigAndTypeAndQualifier(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)Methods in de.hybris.platform.solrfacetsearch.daos.impl that return types with arguments of type SolrIndexModel Modifier and Type Method Description java.util.List<SolrIndexModel>DefaultSolrIndexDao. findAllIndexes()java.util.List<SolrIndexModel>DefaultSolrIndexDao. findIndexesByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType)Methods in de.hybris.platform.solrfacetsearch.daos.impl with parameters of type SolrIndexModel Modifier and Type Method Description java.util.Optional<SolrIndexOperationModel>DefaultSolrIndexOperationDao. findLastSuccesfulIndexOperation(SolrIndexModel index) -
Uses of SolrIndexModel in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return SolrIndexModel Modifier and Type Method Description SolrIndexModelSolrIndexOperationModel. getIndex()Generated method - Getter of theSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexModel Modifier and Type Method Description voidSolrIndexOperationModel. setIndex(SolrIndexModel value)Generated method - Initial setter ofSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type SolrIndexModel Constructor Description SolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, ItemModel _owner, IndexerOperationStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, IndexerOperationStatus _status)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SolrIndexModel in de.hybris.platform.solrfacetsearch.solr
Methods in de.hybris.platform.solrfacetsearch.solr that return SolrIndexModel Modifier and Type Method Description SolrIndexModelSolrIndexService. activateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Activates an index.SolrIndexModelSolrIndexService. createIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Creates an index.SolrIndexModelSolrIndexService. getActiveIndex(java.lang.String facetSearchConfig, java.lang.String indexedType)Returns the active index for a specific facet search configuration and indexed type.SolrIndexModelSolrIndexService. getIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Finds an index by facet search configuration, indexed type and qualifier.SolrIndexModelSolrIndexService. getOrCreateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Gets or creates an index (if it does not exist yet).Methods in de.hybris.platform.solrfacetsearch.solr that return types with arguments of type SolrIndexModel Modifier and Type Method Description java.util.List<SolrIndexModel>SolrIndexService. getAllIndexes()Returns all indexes.java.util.List<SolrIndexModel>SolrIndexService. getIndexesForConfigAndType(java.lang.String facetSearchConfig, java.lang.String indexedType)Returns all indexes for a specific facet search configuration and indexed type.Methods in de.hybris.platform.solrfacetsearch.solr with parameters of type SolrIndexModel Modifier and Type Method Description java.util.DateSolrIndexOperationService. getLastIndexOperationTime(SolrIndexModel index)Get end time of the last successful FULL or UPDATE indexing operation for the given index.SolrIndexOperationModelSolrIndexOperationService. startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)Starts an index operation. -
Uses of SolrIndexModel in de.hybris.platform.solrfacetsearch.solr.impl
Methods in de.hybris.platform.solrfacetsearch.solr.impl that return SolrIndexModel Modifier and Type Method Description SolrIndexModelDefaultSolrIndexService. activateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)protected SolrIndexModelDefaultSolrIndexService. createIndex(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)SolrIndexModelDefaultSolrIndexService. createIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)protected SolrIndexModelDefaultSolrIndexService. doActivateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)protected SolrIndexModelDefaultSolrIndexService. findIndex(SolrFacetSearchConfigModel facetSearchConfig, SolrIndexedTypeModel indexedType, java.lang.String qualifier)SolrIndexModelDefaultSolrIndexService. getActiveIndex(java.lang.String facetSearchConfig, java.lang.String indexedType)SolrIndexModelDefaultSolrIndexService. getIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)SolrIndexModelDefaultSolrIndexService. getOrCreateIndex(java.lang.String facetSearchConfig, java.lang.String indexedType, java.lang.String qualifier)Methods in de.hybris.platform.solrfacetsearch.solr.impl that return types with arguments of type SolrIndexModel Modifier and Type Method Description java.util.List<SolrIndexModel>DefaultSolrIndexService. getAllIndexes()java.util.List<SolrIndexModel>DefaultSolrIndexService. getIndexesForConfigAndType(java.lang.String facetSearchConfig, java.lang.String indexedType)Methods in de.hybris.platform.solrfacetsearch.solr.impl with parameters of type SolrIndexModel Modifier and Type Method Description java.util.DateDefaultSolrIndexOperationService. getLastIndexOperationTime(SolrIndexModel index)SolrIndexOperationModelDefaultSolrIndexOperationService. startOperation(SolrIndexModel index, long id, IndexOperation operation, boolean external)
-