public interface IndexConfigurer
IndexConfigurer
interface defines a contract for implementations to customize the configuration
of Entity-defined Indexes
when a user annotates her Spring application Configuration
class with EnableIndexing
.LuceneIndex
,
Index
,
IndexFactoryBean
,
EnableIndexing
,
IndexConfiguration
,
LuceneIndexFactoryBean
Modifier and Type | Method and Description |
---|---|
default void |
configure(String beanName,
IndexFactoryBean bean)
Configuration callback method providing a reference to a
IndexFactoryBean used to construct, configure
and initialize an instance of a peer Index . |
default void |
configure(String beanName,
LuceneIndexFactoryBean bean)
Configuration callback method providing a reference to a
LuceneIndexFactoryBean used to construct,
configure and initialize an instance of a peer LuceneIndex . |
default void configure(String beanName, IndexFactoryBean bean)
IndexFactoryBean
used to construct, configure
and initialize an instance of a peer Index
.beanName
- name of Index
bean declared in the Spring application context.bean
- reference to the IndexFactoryBean
.IndexFactoryBean
default void configure(String beanName, LuceneIndexFactoryBean bean)
LuceneIndexFactoryBean
used to construct,
configure and initialize an instance of a peer LuceneIndex
.beanName
- name of LuceneIndex
bean declared in the Spring application context.bean
- reference to the LuceneIndexFactoryBean
.LuceneIndexFactoryBean
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.