java - ElasticSearch Faceted Search with Documents with it -


is possible faceted search in elasticsearch return result contains documents associated facet? means let's facet result this

"terms" : [ {       "term" : "foo",       "count" : 2     } 

and inside terms, contain 2 documents that's related it. 1 has "foo" in it. possible elasticsearch?

no. not @ point of time @ least.

and don't think developers going take faceting (or new aggregation framework) in direction @ difficult feature implement. poses many problems , how many documents return each facet , providing ability control , how many documents return facet result may difficult.

for case, not possible right now.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -