Package com.googlecode.luceneappengine
Class GaeLuceneUtil
java.lang.Object
com.googlecode.luceneappengine.GaeLuceneUtil
Class that provides configuration utility in order to use
GaeDirectory
.- Author:
- Fabio Grucci (github: UltimaPhoenix, bitbucket: Dark_Phoenix, googlecode: fabio.grucci)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexWriterConfig
getIndexWriterConfig
(Analyzer analyzer) Method that returnIndexWriterConfig
properly configured in order to work in google app engine environment.
-
Constructor Details
-
GaeLuceneUtil
public GaeLuceneUtil()
-
-
Method Details
-
getIndexWriterConfig
Method that returnIndexWriterConfig
properly configured in order to work in google app engine environment.- Parameters:
analyzer
- The analyzer to use- Returns:
- An
IndexWriterConfig
properly configured
-