[ https://issues.apache.org/jira/browse/GEODE-2907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16003798#comment-16003798 ]
ASF GitHub Bot commented on GEODE-2907: --------------------------------------- Github user nabarunnag commented on a diff in the pull request: https://github.com/apache/geode/pull/503#discussion_r115629448 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneIndex.java --- @@ -19,39 +19,62 @@ import org.apache.lucene.analysis.Analyzer; -import org.apache.geode.annotations.Experimental; - /** * <p> - * An Lucene index is built over the data stored in a GemFire Region. + * LuceneIndex represents the Lucene index created over the data stored in Apache Geode regions. The + * Lucene indexes are maintained automatically by Apache Geode whenever the entries are updated in + * the associated regions. Lucene Indexes are created using {@link LuceneService#createIndexFactory} + * by specifying the Lucene index name, the region associated with the Lucene index, the fields on --- End diff -- Fixed. > Remove @Experimental tag from the Lucene module > ----------------------------------------------- > > Key: GEODE-2907 > URL: https://issues.apache.org/jira/browse/GEODE-2907 > Project: Geode > Issue Type: Bug > Components: lucene > Reporter: nabarun > Assignee: nabarun > > Issue: > Remove the @Experimental tag from the files in the Lucene module to prepare > Apache Geode for the next release. > Also improve on the javadocs for the interfaces present in the Lucene module. -- This message was sent by Atlassian JIRA (v6.3.15#6346)