Repository: ambari Updated Branches: refs/heads/branch-2.4 6c033c290 -> 95ee07dc8
AMBARI-17390. Need to create field 'text' in history collection (Bosco Durai via oleewere) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/95ee07dc Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/95ee07dc Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/95ee07dc Branch: refs/heads/branch-2.4 Commit: 95ee07dc8db913115fec32d2187cf9063ea02639 Parents: 6c033c2 Author: oleewere <[email protected]> Authored: Sun Jun 26 15:10:47 2016 +0200 Committer: oleewere <[email protected]> Committed: Sun Jun 26 15:12:07 2016 +0200 ---------------------------------------------------------------------- .../src/main/configsets/history/conf/managed-schema | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/95ee07dc/ambari-logsearch/ambari-logsearch-portal/src/main/configsets/history/conf/managed-schema ---------------------------------------------------------------------- diff --git a/ambari-logsearch/ambari-logsearch-portal/src/main/configsets/history/conf/managed-schema b/ambari-logsearch/ambari-logsearch-portal/src/main/configsets/history/conf/managed-schema index fed5cd9..20e67c3 100644 --- a/ambari-logsearch/ambari-logsearch-portal/src/main/configsets/history/conf/managed-schema +++ b/ambari-logsearch/ambari-logsearch-portal/src/main/configsets/history/conf/managed-schema @@ -88,6 +88,7 @@ <field name="rowtype" type="string" required="true"/> <field name="share_username_list" type="string" multiValued="true"/> <field name="username" type="key_lower_case" indexed="true" required="true" stored="true"/> + <field name="text" type="text_std_token_lower_case" multiValued="true" indexed="true" stored="false"/> <dynamicField name='ngram_*' type="n_gram" multiValued="false" stored="false"/> <dynamicField name='std_*' type="text_std_token_lower_case" multiValued="false" stored="false"/>
