groonga / gcs

Groonga CloudSearch is an open source implementation of Amazon CloudSearch.
http://gcs.groonga.org/
MIT License
25 stars 1 forks source link

Return facet information from the Search API #76

Closed piroor closed 12 years ago

piroor commented 12 years ago

Currently, all columns are indexed with reference tables. So, we can get drilldown results. We should return the result in the format of "facet", defined in the Amazon CloudSearch spec.

darashi commented 12 years ago

Literal and text fields are now supported. facet-FIELD-top-n, facet-FIELD-sort parameters and facets for UINT field is not supported. This will need update of groonga. Close this issue at this time.