Hi,
I have an issue with pie chart. Whenever I have a content with space, it is
treating as separate values.
Ex: I have, 'United States'
It is showing two slices in pie chart. One is 'United', and another one,
'States'.
here is my mapping
{
"mappings" : {
"default" : {
"properties" : {
"state" : {"type": "string", "index" : "not_analyzed" }
}
}
}
}
';
Hi,
I have an issue with pie chart. Whenever I have a content with space, it is treating as separate values.
Ex: I have, 'United States'
It is showing two slices in pie chart. One is 'United', and another one, 'States'.
here is my mapping
{
"mappings" : {
"default" : {
"properties" : {
"state" : {"type": "string", "index" : "not_analyzed" }
}
}
}
}
';
Here is my mapping:
{
"mappings" : {
"default" : {
"properties" : {
"state" : {"type": "string", "index" : "not_analyzed" }
}
}
}
}
';
On Monday, December 1, 2014 8:00:01 PM UTC+5:30, Pavan Elthepu wrote:
Hi,
I have an issue with pie chart. Whenever I have a content with space, it
is treating as separate values.
Ex: I have, 'United States'
It is showing two slices in pie chart. One is 'United', and another one,
'States'.
here is my mapping
{
"mappings" : {
"default" : {
"properties" : {
"state" : {"type": "string", "index" : "not_analyzed" }
}
}
}
}
';
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.