Class LuceneServiceProvider

java.lang.Object
org.apache.geode.cache.lucene.LuceneServiceProvider

public class LuceneServiceProvider extends Object
Class for retrieving or creating the currently running instance of the LuceneService. For more information about LuceneService see LuceneService
  • Method Details

    • get

      public static LuceneService get(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