Github user joeymcallister commented on a diff in the pull request:

    https://github.com/apache/geode/pull/518#discussion_r117119685
  
    --- Diff: geode-docs/tools_modules/lucene_integration.html.md.erb ---
    @@ -35,85 +35,67 @@ The Apache Lucene integration:
     For more details, see Javadocs for the classes and interfaces that 
implement Apache Lucene indexes and searches, including
     `LuceneService`, `LuceneQueryFactory`, `LuceneQuery`, and 
`LuceneResultStruct`.
     
    -## <a id="using-the-apache-lucene-integration" 
class="no-quick-link"></a>Using the Apache Lucene Integration
    +# <a id="using-the-apache-lucene-integration" 
class="no-quick-link"></a>Using the Apache Lucene Integration
     
    -You can create Apache Lucene indexes through a Java API, through the 
`gfsh` command-line utility, or by means of
    -the `cache.xml` configuration file.
    +You can interact with Apache Lucene indexes through a Java API,
    +through the `gfsh` command-line utility,
    +or by means of the `cache.xml` configuration file.
     
    -To use Apache Lucene Integration, you will need two pieces of information:
    +To use Apache Lucene to create and uses indexes,
    +you will need two pieces of information:
     
     1.  The name of the region to be indexed or searched
     2.  The names of the fields you wish to index
     
    +## Key Points ###
     
    -### Key Points ###
    -
    +- Apache Lucene indexes are supported only on partitioned regions.
    +Replicated region types are *not* supported.
    +- Lucene indexes reside on servers.
    +There is no way to create a Lucene index on a client.
     - Only top level fields of objects stored in the region can be indexed.
    -- Apache Lucene indexes are supported only on Partitioned regions.
     - A single index supports a single region. Indexes do not support multiple 
regions.
     - Heterogeneous objects in single region are supported.
    --- End diff --
    
    in "a" single region?


---
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