Class LuceneQueryParserFactoryProvider

java.lang.Object
com.apple.foundationdb.record.lucene.search.LuceneQueryParserFactoryProvider

public class LuceneQueryParserFactoryProvider extends Object
The provider for the implementations of LuceneQueryParserFactory. The factory implementation can be provided through an implementation of the LuceneQueryParserFactory that is marked with an AutoService annotation (at most 1 such implementation can be marked). If no implementation is marked as AutoService then a default implementation will be selected.