Navigation Menu

Skip to content

Commit

Permalink
Add facet related restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 8, 2012
1 parent 187ddff commit 9dae28a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/restrictions/index.md
Expand Up @@ -27,3 +27,8 @@ layout: default
* ```cpu-time-ms ``` in ```info``` object is always ```0```.
* Some queries may produce responses not compatible with ACS. This restriction comes from the differences of the query interpretation between groonga's ```match``` parameter of ```select``` command and ACS ```q``` parameter. For example, the queries which have ```:```, ```>```, ```<``` and ```|``` will not work as ACS.
* ```match-expr``` is always ```''```

### facet

* Support only text and literal fields.
* facet-FIELD-top-n and facet-FIELD-sort parameters are not supported.

0 comments on commit 9dae28a

Please sign in to comment.