Repository: ambari Updated Branches: refs/heads/trunk f9617e169 -> f8b691cde
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/f8b691cd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f8b691cd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f8b691cd Branch: refs/heads/trunk Commit: f8b691cde45c4601ee6a463c5524640617e4af15 Parents: f9617e1 Author: oleewere <[email protected]> Authored: Sun Jun 26 15:10:47 2016 +0200 Committer: oleewere <[email protected]> Committed: Sun Jun 26 15:11:17 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/f8b691cd/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"/>
