You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by kr...@apache.org on 2018/11/12 13:45:17 UTC

[ambari-logsearch] branch master updated (2c7d5f0 -> 9c83460)

This is an automated email from the ASF dual-hosted git repository.

krisztiankasa pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git.


    from 2c7d5f0  AMBARI-24875. Log Search: cannot build sub-modules separately. (#20)
     add 9c83460  AMBARI-24847 - Logsearch: Cannot search for a term that includes spaces or dashes (#18)

No new revisions were added by this update.

Summary of changes:
 ambari-logsearch-it/pom.xml                        |  10 +
 .../org/apache/ambari/logsearch/solr/Solr.java     | 115 +++++++
 .../ambari/logsearch/solr/SolrDocumentMatcher.java |  60 ++++
 .../solr/search/SearchServiceLogsTest.java         | 376 +++++++++++++++++++++
 .../main/configsets/audit_logs/conf/managed-schema |   2 +-
 .../configsets/hadoop_logs/conf/managed-schema     |   2 +-
 .../AbstractDateRangeFacetQueryConverter.java      |  10 +-
 .../AbstractOperationHolderConverter.java          |  72 ++--
 .../app/services/logs-filtering-utils.service.ts   |   2 +-
 9 files changed, 598 insertions(+), 51 deletions(-)
 create mode 100644 ambari-logsearch-it/src/test/java/org/apache/ambari/logsearch/solr/Solr.java
 create mode 100644 ambari-logsearch-it/src/test/java/org/apache/ambari/logsearch/solr/SolrDocumentMatcher.java
 create mode 100644 ambari-logsearch-it/src/test/java/org/apache/ambari/logsearch/solr/search/SearchServiceLogsTest.java