Package org.apache.geode.cache.lucene
Class LuceneServiceProvider
- java.lang.Object
-
- org.apache.geode.cache.lucene.LuceneServiceProvider
-
public class LuceneServiceProvider extends java.lang.Object
Class for retrieving or creating the currently running instance of the LuceneService. For more information about LuceneService seeLuceneService
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LuceneService
get(org.apache.geode.cache.GemFireCache cache)
Retrieve or create the Lucene service for this cache
-
-
-
Method Detail
-
get
public static LuceneService get(org.apache.geode.cache.GemFireCache cache)
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
-
-