You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2017/10/26 03:27:57 UTC

[geode] branch develop updated: GEODE-3908: Fixed the javadoc issue with LuceneSerializer.java

This is an automated email from the ASF dual-hosted git repository.

nnag pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new fd059e0  GEODE-3908: Fixed the javadoc issue with LuceneSerializer.java
fd059e0 is described below

commit fd059e0e2616217aa18ebed79ff1c1e99464880e
Author: nabarun <nn...@pivotal.io>
AuthorDate: Wed Oct 25 15:07:53 2017 -0700

    GEODE-3908: Fixed the javadoc issue with LuceneSerializer.java
---
 .../main/java/org/apache/geode/cache/lucene/LuceneSerializer.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
index 2101b70..a2e44cc 100644
--- a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
+++ b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneSerializer.java
@@ -34,9 +34,9 @@ public interface LuceneSerializer<T> extends Declarable {
   /**
    * Add the fields of the given value to a set of documents
    *
-   * Added fields should be marked with {@link Field.Store#NO}. These fields are only used for
-   * searches. When doing a query, geode will return the value from the region, not any fields that
-   * are stored on the returned Documents.
+   * Added fields should be marked with {@link org.apache.lucene.document.Field.Store#NO}. These
+   * fields are only used for searches. When doing a query, geode will return the value from the
+   * region, not any fields that are stored on the returned Documents.
    * 
    * @param index lucene index
    * @param value user object to be serialized into index

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].