Class ElasticsearchHelper


  • public class ElasticsearchHelper
    extends java.lang.Object
    Elasticsearch Helper
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String queryBuilderToString​(org.elasticsearch.index.query.QueryBuilder query)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • queryBuilderToString

        public static java.lang.String queryBuilderToString​(org.elasticsearch.index.query.QueryBuilder query)
        Parameters:
        query - QueryBuilder query
        Returns:
        the String representation of the QueryBuilder