Navigation Menu

Skip to content

Commit

Permalink
Update feature comparison table about search API
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 23, 2012
1 parent 78140a5 commit c9ac56d
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions index.md
Expand Up @@ -98,11 +98,16 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source

<tbody id="functional-comparison-uploading">
<tr>
<th rowspan="5"><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/DocSvcAPI.html">Uploading</a></th>
<th rowspan="6"><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/DocSvcAPI.html">Uploading</a></th>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/senddata.html">Uploading search documents as JSON batches (SDF batches)</a></td>
{{ ok }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/senddata.html">Assigning multiple values to an index field</a></td>
{{ ok_with }} (v1.2.0-){{ end }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/deldocs.html">Deletion of stored documents</a></td>
{{ ok_with }} (v1.1.0-){{ end }}
Expand All @@ -127,13 +132,28 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source

<tbody id="functional-comparison-searching">
<tr>
<th rowspan="7"><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/SearchAPI.html">Searching</a></th>
<th rowspan="9"><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/SearchAPI.html">Searching</a></th>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/simplesearches.html">Searching documents by simple queries</a></td>
{{ ok }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/faceting.html">Getting facet information with search results</a></td>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/searching.html">Searching documents by complex queries</a></td>
{{ ok_with }} (v1.2.0-, except "not" operator){{ end }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/faceting.html">Getting basic facet information for text and literal fields</a></td>
{{ ok_with }} (v1.2.0-){{ end }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/faceting.html">Getting basic facet information with uint fields</a></td>
{{ ng }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/faceting.html">Getting sorted or constrained facet information</a></td>
{{ ng }}
{{ ok }}
</tr>
Expand All @@ -157,11 +177,6 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source
{{ ok_with }} (v1.1.0-){{ end }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/searching.html">Searching documents by complex queries</a></td>
{{ ng }}
{{ ok }}
</tr>
</tbody>

<tbody id="functional-comparison-misc">
Expand Down

0 comments on commit c9ac56d

Please sign in to comment.