GitHub user michaelarusso opened a pull request:

    https://github.com/apache/usergrid/pull/468

    Allow null values to be indexed and don't index duplicate fields.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelarusso/usergrid release

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid/pull/468.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #468
    
----
commit 4a695c09f8ea5ba88ae8fad528d0576e9ccee0df
Author: Michael Russo <[email protected]>
Date:   2016-01-15T17:10:10Z

    Initial work to support a typed null field for an entity, including a new 
index field type named "null" with value of null.  Also changes to pass a Set 
to elasticsearch for fields to index instead of a non unique list.
    
    Conflicts:
        
stack/corepersistence/model/src/main/java/org/apache/usergrid/persistence/model/field/FieldTypeName.java
        
stack/corepersistence/model/src/test/java/org/apache/usergrid/persistence/model/entity/MapToEntityConverterTest.java
        
stack/corepersistence/queryindex/src/test/java/org/apache/usergrid/persistence/index/impl/EntityIndexTest.java

commit 19de00b5b72859ddceeea01bedc94c0cc2efaeb4
Author: Michael Russo <[email protected]>
Date:   2016-01-15T19:48:44Z

    Fix tests to handle uniqueness of fields being indexed at Elasticsearch 
(before assumed duplicates were allowed).

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to