ModeShape Distribution 3.1.2.Final

org.modeshape.jcr.query.lucene.basic
Class BasicLuceneConfiguration

java.lang.Object
  extended by org.modeshape.jcr.query.lucene.LuceneSearchConfiguration
      extended by org.modeshape.jcr.query.lucene.basic.BasicLuceneConfiguration
All Implemented Interfaces:
org.hibernate.search.cfg.spi.SearchConfiguration

public class BasicLuceneConfiguration
extends LuceneSearchConfiguration

The Hibernate Search SearchConfiguration implementation that specifies how Hibernate Search should be configured.


Field Summary
 
Fields inherited from class org.modeshape.jcr.query.lucene.LuceneSearchConfiguration
DEFAULT_INDEX, HIBERNATE_PROPERTY_PREFIX, logger
 
Constructor Summary
BasicLuceneConfiguration(String repositoryName, Properties backend, Properties indexing, Properties storage)
          Create a configuration for the BasicLuceneSchema.
 
Method Summary
 boolean isIndexMetadataComplete()
           
 
Methods inherited from class org.modeshape.jcr.query.lucene.LuceneSearchConfiguration
getClassMapping, getClassMappings, getInstanceInitializer, getProgrammaticMapping, getProperties, getProperty, getProvidedServices, getReflectionManager, getVersion, isTransactionManagerExpected, setProperty, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicLuceneConfiguration

public BasicLuceneConfiguration(String repositoryName,
                                Properties backend,
                                Properties indexing,
                                Properties storage)
Create a configuration for the BasicLuceneSchema.

Parameters:
repositoryName - the name of the repository; may not be null
backend - the repository configuration properties for the Hibernate Search backend; may not be null
indexing - the repository configuration properties for the indexing options; may not be null
storage - the repository configuration properties for index storage options; may not be null
Method Detail

isIndexMetadataComplete

public boolean isIndexMetadataComplete()

ModeShape Distribution 3.1.2.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.