Hey,

I have data stored in ES(1.4.2) as 
1st document :
{
"col1":"123","col2":"tag1,tag2,tag4"
}
2nd...
{
"col1":"333","col2":"tag1,tag4,tag5"
}
3rd...
{
"col1":"111","col2":"tag1,tag1,tag5,tag5"
}

now when I am searching it via making search api call - Search is for tag1 
- it returns me the count of 3 where as I am looking for 4 since 3rd 
document is having tag1 two times - 
I am generating the stats data via kibana (3.1.2) so thats my client who 
makes call to ES?

Is there any analyzer or tokenizer that I should be using while creating an 
index?
Though I am not using any special tokenizer or anything while creating 
index - I am creating index on both col1 and col2.

Any workaround on this?


-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/74315594-b2e8-4b3d-972d-3891af6bc06b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to