Hi ,
On applying term facets to a field called page with query_string query as
query:* gives me -
- {
- term: 10628
- count: 64
}
On applying term facets to a field called page with terms query as page:[
10628 ] gives me -
- {
- term: 10629
- count: 100
}
I tried increasing shard size as follows
"facets": {
"terms": {
"terms": {
"shard_size": 100000000,
"field": "page"
}
}
}
Still no change.
What could be the reason of this discrepancy. Only weird thing i did was to
index some of the feeds again with the same ID using bulk index. But then ,
it should be fine.
ES details -
- number: 0.90.5
- build_hash: c8714e8e0620b62638f660f6144831792b9dedee
- build_timestamp: 2013-09-17T12:50:20Z
- build_snapshot: false
- lucene_version: 4.4
Thanks
Vineeth
--
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 elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.