public class LazyResolvingComposableIndexConfigurer extends AbstractLazyResolvingComposableConfigurer<IndexFactoryBean,IndexConfigurer> implements IndexConfigurer
IndexConfigurer
.IndexFactoryBean
,
IndexConfigurer
,
AbstractLazyResolvingComposableConfigurer
,
LuceneIndexFactoryBean
HIGHEST_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, with
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure
getOrder
public LazyResolvingComposableIndexConfigurer()
public static LazyResolvingComposableIndexConfigurer create()
public static LazyResolvingComposableIndexConfigurer create(@Nullable BeanFactory beanFactory)
protected Class<IndexConfigurer> getConfigurerType()
AbstractLazyResolvingComposableConfigurer
getConfigurerType
in class AbstractLazyResolvingComposableConfigurer<IndexFactoryBean,IndexConfigurer>
Class
type of the Configurer
composed by this Configurer
.Class
public void configure(String beanName, LuceneIndexFactoryBean luceneIndexFactoryBean)
IndexConfigurer
LuceneIndexFactoryBean
used to construct,
configure and initialize an instance of a peer LuceneIndex
.configure
in interface IndexConfigurer
beanName
- name of the LuceneIndex
bean declared in the Spring application context.luceneIndexFactoryBean
- reference to the LuceneIndexFactoryBean
.LuceneIndexFactoryBean
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.