Class LuceneBackendFactory
- java.lang.Object
-
- org.hibernate.search.backend.lucene.impl.LuceneBackendFactory
-
- All Implemented Interfaces:
BackendFactory
public class LuceneBackendFactory extends Object implements BackendFactory
-
-
Constructor Summary
Constructors Constructor Description LuceneBackendFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendImplementorcreate(EventContext eventContext, BackendBuildContext buildContext, ConfigurationPropertySource propertySource)
-
-
-
Method Detail
-
create
public BackendImplementor create(EventContext eventContext, BackendBuildContext buildContext, ConfigurationPropertySource propertySource)
- Specified by:
createin interfaceBackendFactory- Parameters:
eventContext- AnEventContextrepresenting the backend.buildContext- The build context.propertySource- A configuration property source, appropriately masked so that the backend doesn't need to care about Hibernate Search prefixes (hibernate.search.*, etc.). All the properties can be accessed at the root. CAUTION: the property keys listed inBackendSettings, in particular "type" and "indexes" are reserved for use by the engine.- Returns:
- A backend.
-
-