I need to visualize only the values of the fields by some other field . I dont want to perform any sought of aggregation like Avg,Sum, Max,Min, Count on the values . I need to visualize it in Vertical Barchart .
I tried it with Top_Hits , but in one of the scenario i am getting the aggregation option as Concatenate . Its giving me appropriate response .But in the others i am not getting the same option.
I am not absolutely certain I understand your use-case correctly. I assume you want to plot one field of a document over another? While visualize only supports aggregations on the y-axis, you can achieve a result similar to that using a Terms or Filters aggregation on the x-axis and any of Min, Max, Sum or Avg on the y-axis. As long as the x-axis values are unique, the only one value would be used to calculate the y-axis.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.