public class BasicLuceneConfiguration extends LuceneSearchConfiguration
SearchConfiguration implementation that specifies how Hibernate Search should be configured.DEFAULT_INDEX, HIBERNATE_PROPERTY_PREFIX, logger| Constructor and Description |
|---|
BasicLuceneConfiguration(String repositoryName,
Properties backend,
Properties indexing,
Properties storage)
Create a configuration for the
BasicLuceneSchema. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIndexMetadataComplete() |
getClassMapping, getClassMappings, getInstanceInitializer, getProgrammaticMapping, getProperties, getProperty, getProvidedServices, getReflectionManager, getVersion, isTransactionManagerExpected, setProperty, setProperty, toStringpublic BasicLuceneConfiguration(String repositoryName, Properties backend, Properties indexing, Properties storage)
BasicLuceneSchema.repositoryName - the name of the repository; may not be nullbackend - the repository configuration properties for the Hibernate Search backend;
may not be nullindexing - the repository configuration properties for the indexing options; may not
be nullstorage - the repository configuration properties for index storage options; may not
be nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.