public class LazyResolvingComposableIndexConfigurer extends AbstractLazyResolvingComposableConfigurer<IndexFactoryBean,IndexConfigurer> implements IndexConfigurer
IndexConfigurer.IndexFactoryBean,
IndexConfigurer,
AbstractLazyResolvingComposableConfigurer,
LuceneIndexFactoryBeanHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
LazyResolvingComposableIndexConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(String beanName,
LuceneIndexFactoryBean luceneIndexFactoryBean)
Configuration callback method providing a reference to a
LuceneIndexFactoryBean used to construct,
configure and initialize an instance of a peer LuceneIndex. |
static LazyResolvingComposableIndexConfigurer |
create() |
static LazyResolvingComposableIndexConfigurer |
create(BeanFactory beanFactory) |
protected Class<IndexConfigurer> |
getConfigurerType()
|
configure, getBeanFactory, resolveConfigurers, setBeanFactory, withclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfiguregetOrderpublic LazyResolvingComposableIndexConfigurer()
public static LazyResolvingComposableIndexConfigurer create()
public static LazyResolvingComposableIndexConfigurer create(@Nullable BeanFactory beanFactory)
protected Class<IndexConfigurer> getConfigurerType()
AbstractLazyResolvingComposableConfigurergetConfigurerType in class AbstractLazyResolvingComposableConfigurer<IndexFactoryBean,IndexConfigurer>Class type of the Configurer composed by this Configurer.Classpublic void configure(String beanName, LuceneIndexFactoryBean luceneIndexFactoryBean)
IndexConfigurerLuceneIndexFactoryBean used to construct,
configure and initialize an instance of a peer LuceneIndex.configure in interface IndexConfigurerbeanName - name of the LuceneIndex bean declared in the Spring application context.luceneIndexFactoryBean - reference to the LuceneIndexFactoryBean.LuceneIndexFactoryBeanCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.