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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LuceneConnection
create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)
-
-
-
Method Detail
-
create
LuceneConnection create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)
-
-