Class GaeLuceneUtil

java.lang.Object
com.googlecode.luceneappengine.GaeLuceneUtil

public final class GaeLuceneUtil extends Object
Class that provides configuration utility in order to use GaeDirectory.
Author:
Fabio Grucci (github: UltimaPhoenix, bitbucket: Dark_Phoenix, googlecode: fabio.grucci)
  • Constructor Details

    • GaeLuceneUtil

      public GaeLuceneUtil()
  • Method Details

    • getIndexWriterConfig

      public static IndexWriterConfig getIndexWriterConfig(Analyzer analyzer)
      Method that return IndexWriterConfig properly configured in order to work in google app engine environment.
      Parameters:
      analyzer - The analyzer to use
      Returns:
      An IndexWriterConfig properly configured