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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to