hbasene icon indicating copy to clipboard operation
hbasene copied to clipboard

Faceting

Open akkumar opened this issue 14 years ago • 0 comments

Depends on solr integration , from an API perspective.

  • For the given field to be faceted, get the low and the high regions and the region servers for the same.

  • Find out the list of region servers ( for the encompassing regions ) , ( similar to multiput API, introduced in trunk + 0.20.4 , could be refactored for use there ).

    Fire out independent RPC calls to them for the facet count. Consolidate the counts back ( a summation , based on key) Return back to the web service.

akkumar avatar Apr 15 '10 04:04 akkumar