Interface CustomLuceneConnectionFactory
- All Known Implementing Classes:
CustomLuceneConnectionFactoryImpl
public interface CustomLuceneConnectionFactory
Factory class for creating a Lucene connection to the custom index
- Since:
- 7.17
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String relativePath, AnalyzerDescriptorProvider analyzerDescriptorProvider) Create Lucene connection
-
Method Details
-
create
Create Lucene connection- Parameters:
relativePath
- relative path to indexanalyzerDescriptorProvider
-AnalyzerDescriptorProvider
to be used against the index- Returns:
LuceneConnection
-