Package org.apache.geode.cache.lucene
Class LuceneServiceProvider
java.lang.Object
org.apache.geode.cache.lucene.LuceneServiceProvider
Class for retrieving or creating the currently running instance of the LuceneService. For more
information about LuceneService see
LuceneService-
Method Summary
Modifier and TypeMethodDescriptionstatic LuceneServiceget(GemFireCache cache) Retrieve or create the Lucene service for this cache
-
Method Details
-
get
Retrieve or create the Lucene service for this cache- Parameters:
cache- - the Apache Geode cache on which the LuceneService instance is created or already running.- Returns:
- the LuceneService instance
-