[
https://issues.apache.org/jira/browse/USERGRID-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230395#comment-14230395
]
ASF GitHub Bot commented on USERGRID-255:
-----------------------------------------
GitHub user snoopdave opened a pull request:
https://github.com/apache/incubator-usergrid/pull/112
No source in es
DO NOT MERGE. I'm creating this for review purposes.
Changes to prevent us from storing source document or source fields in
ElasticSearch
See also: https://issues.apache.org/jira/browse/USERGRID-255
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/snoopdave/incubator-usergrid no-source-in-es
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-usergrid/pull/112.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 #112
----
commit ce20abecdd65ab97c19e2a3c9a8929e3fd9cf1ee
Author: Dave Johnson <[email protected]>
Date: 2014-11-25T15:55:56Z
Fix incorrect formatting.
commit 5ba1e7e3a252104981f2e5cf4f5fc4b91205823c
Author: Dave Johnson <[email protected]>
Date: 2014-11-26T21:49:00Z
Change ES mappings to omit both the storage of document source and document
fields in the index for USERGRID-255.
----
> Verify we're not storing document source in Elastic Search
> ----------------------------------------------------------
>
> Key: USERGRID-255
> URL: https://issues.apache.org/jira/browse/USERGRID-255
> Project: Usergrid
> Issue Type: Story
> Components: Stack
> Reporter: Todd Nine
> Assignee: David Johnson
>
> From Todd: When I was testing our indexing schema changes, I noticed our
> document source was appearing in ES. We should verify if this is happening in
> production, and if so, turn this off on the client side. Since we store all
> data in Cassandra, we do not need to also store it into ES. This means we can
> index more in ES and use a lot less disk space, so it's very important
> operationally.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)