This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 02a21e7 AMBARI-23045. Default Solr operator is not working anymore
for history collection (#434)
02a21e7 is described below
commit 02a21e7f70915d0242593420587956eed6fa5c53
Author: Olivér Szabó <[email protected]>
AuthorDate: Thu Feb 22 14:03:31 2018 +0100
AMBARI-23045. Default Solr operator is not working anymore for history
collection (#434)
---
.../src/main/configsets/history/conf/managed-schema | 2 --
1 file changed, 2 deletions(-)
diff --git
a/ambari-logsearch/ambari-logsearch-server/src/main/configsets/history/conf/managed-schema
b/ambari-logsearch/ambari-logsearch-server/src/main/configsets/history/conf/managed-schema
index 20e67c3..8d4da03 100644
---
a/ambari-logsearch/ambari-logsearch-server/src/main/configsets/history/conf/managed-schema
+++
b/ambari-logsearch/ambari-logsearch-server/src/main/configsets/history/conf/managed-schema
@@ -79,8 +79,6 @@
<fieldType name="tlong" class="solr.TrieLongField" positionIncrementGap="0"
precisionStep="8"/>
<fieldType name="tlongs" class="solr.TrieLongField" positionIncrementGap="0"
multiValued="true" precisionStep="8"/>
- <solrQueryParser defaultOperator="OR"/>
-
<field name="_version_" type="long" indexed="true" stored="true"/>
<field name="filtername" type="key_lower_case" indexed="true"
required="true" stored="true"/>
<field name="id" type="string" required="true"/>
--
To stop receiving notification emails like this one, please contact
[email protected].