Navigation Menu

Skip to content

Commit

Permalink
Update functional comparison table for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 23, 2012
1 parent 976052f commit 78140a5
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions index.md
Expand Up @@ -33,6 +33,8 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source
## Functional comparison {#functional-comparison}

{% assign ok = '<td class="functional-ok">&#x2713;</td>' %}
{% assign ok_with = '<td class="functional-ok">&#x2713;' %}
{% assign end = '</td>' %}
{% assign ng = '<td class="functional-ng">&#x2715;</td>' %}

<table id="functional-comparison-table">
Expand All @@ -53,48 +55,38 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/configureindexfields.html">Creating text type index fields</a></td>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/configureindexfields.html">Creating index fields</a></td>
{{ ok }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/configureindexfields.html">Creating uint type index fields</a></td>
<td class="functional-ok">&#x2713; (v1.1.0-)</td>
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/configureindexfields.html">Creating literal type index fields</a></td>
<td class="functional-ok">&#x2713; (v1.1.0-)</td>
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/requestauth.html">Authentications</a></td>
{{ ng }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/API_UpdateServiceAccessPolicies.html">Access Policies</a></td>
{{ ng }}
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/deletedomain.html">Deletion of existing domains</a></td>
{{ ok_with }} (v1.1.0-){{ end }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/deletedomain.html">Deletion of existing domains</a></td>
<td class="functional-ok">&#x2713; (v1.1.0-)</td>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/API_UpdateDefaultSearchField.html">Configuring default search field</a></td>
{{ ok_with }} (v1.2.0-){{ end }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/configureaccess.html">Configuring existing search domains</a></td>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/API_UpdateServiceAccessPolicies.html">Configuring access policies</a></td>
{{ ng }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/configureindexfields.html">Configuring existing index fields</a></td>
{{ ng }}
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/configureindexfields.html">Configuring facet returnability, result returnability, and searchability of index fields</a></td>
{{ ok_with }} (v1.2.0-){{ end }}
{{ ok }}
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/indexing.html">Re-indexing of documents</a></td>
<td class="functional-ok">&#x2713; (v1.1.0-)</td>
{{ ok_with }} (v1.1.0-){{ end }}
{{ ok }}
</tr>
<tr>
Expand All @@ -113,7 +105,7 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/deldocs.html">Deletion of stored documents</a></td>
<td class="functional-ok">&#x2713; (v1.1.0-)</td>
{{ ok_with }} (v1.1.0-){{ end }}
{{ ok }}
</tr>
<tr>
Expand Down Expand Up @@ -162,7 +154,7 @@ description: Groonga CloudSearch is an Amazon CloudSearch compatible open source
</tr>
<tr>
<td><a href="http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/synonymopts.html">Synonyms</a></td>
<td class="functional-ok">&#x2713; (v1.1.0-)</td>
{{ ok_with }} (v1.1.0-){{ end }}
{{ ok }}
</tr>
<tr>
Expand Down

0 comments on commit 78140a5

Please sign in to comment.