[ 
https://issues.apache.org/jira/browse/GEODE-3242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16269601#comment-16269601
 ] 

ASF GitHub Bot commented on GEODE-3242:
---------------------------------------

karensmolermiller closed pull request #1090: GEODE-3242 Update docs with new 
--serializer option for
URL: https://github.com/apache/geode/pull/1090
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb 
b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
index 077cdb0f90..5d972eebae 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/create.html.md.erb
@@ -681,7 +681,7 @@ See also [describe lucene 
index](describe.html#describe_lucene_index), [destroy
 
 ``` pre
 create lucene index --name=value --region=value --field=value(,value)*
-  [--analyzer=value(,value)*] [--group=value(,value)*]
+  [--analyzer=value(,value)*] [--serializer=value] [--group=value(,value)*]
 ```
 
 **Parameters, create lucene index:**
@@ -692,6 +692,7 @@ create lucene index --name=value --region=value 
--field=value(,value)*
 | <span class="keyword parmname">\\-\\-region</span>     | *Required.* 
Name/Path of the region which corresponds to the "from" clause in a query. |    
     |
 | <span class="keyword parmname">\\-\\-field</span>      | *Required.* Field 
of the region values that are referenced by the index. To treat the entire 
value as a single field, specify `__REGION_VALUE_FIELD`. |         |
 | <span class="keyword parmname">&#8209;&#8209;analyzer</span>   | Analyzer to 
extract terms from text. Use `DEFAULT` to specify the default analyzer.         
                         |         |
+| <span class="keyword parmname">&#8209;&#8209;serializer</span>   | Fully 
qualified name of the class that implements the `LuceneSerializer` interface to 
be used with this index.     |         |
 | <span class="keyword parmname">\\-\\-group</span>      | The index will be 
created on all the members in the specified member groups.                     
|         |
 
 
diff --git a/geode-docs/tools_modules/lucene_integration.html.md.erb 
b/geode-docs/tools_modules/lucene_integration.html.md.erb
index 458ece69e2..ff5e5b86d9 100644
--- a/geode-docs/tools_modules/lucene_integration.html.md.erb
+++ b/geode-docs/tools_modules/lucene_integration.html.md.erb
@@ -31,7 +31,7 @@ The Apache Lucene integration:
 - colocates indexes with data
 
 For more details, see Javadocs for the classes and interfaces that implement 
Apache Lucene indexes and searches, including
-`LuceneService`, `LuceneQueryFactory`, `LuceneQuery`, and `LuceneResultStruct`.
+`LuceneService`, `LuceneSerializer`, `LuceneQueryFactory`, `LuceneQuery`, and 
`LuceneResultStruct`.
 
 # <a id="using-the-apache-lucene-integration" class="no-quick-link"></a>Using 
the Apache Lucene Integration
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> User can add a LuceneSerializer using GFSH
> ------------------------------------------
>
>                 Key: GEODE-3242
>                 URL: https://issues.apache.org/jira/browse/GEODE-3242
>             Project: Geode
>          Issue Type: Sub-task
>          Components: docs, lucene
>            Reporter: Dan Smith
>            Assignee: Karen Smoler Miller
>             Fix For: 1.4.0
>
>
> As a user, I can pass in a LuceneSerializer when creating an index through 
> gfsh.
> Acceptance:
> A user can pass a LuceneSerializer as a parameter when creating a lucene 
> index through gfsh. That serializer is called when entries are added to the 
> region, and the results are what get stored in the lucene index.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to