I am aggregating documents by customer name to find how many documents we
have per customer.
The aggregates bucketize words in names. For example, if I have customer,
Tom Cruise, I would get 2 buckets, "Tom" and "Cruise"
How would I treat the analyzed field as not_analyzed in aggregate query?
I still want the field to remain analyzed so that I can do fulltext search.
I am aggregating documents by customer name to find how many documents we
have per customer.
The aggregates bucketize words in names. For example, if I have customer,
Tom Cruise, I would get 2 buckets, "Tom" and "Cruise"
How would I treat the analyzed field as not_analyzed in aggregate query?
I still want the field to remain analyzed so that I can do fulltext search.
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.