Skip to content

Commit

Permalink
Fixed typos in the README.
Browse files Browse the repository at this point in the history
Change-Id: Id3453ed98a6d8bea004e9f10b5bb9ffdab63af07
Reviewed-on: http://review.membase.org/4986
Reviewed-by: Volker Mische <volker.mische@gmail.com>
Tested-by: Volker Mische <volker.mische@gmail.com>
  • Loading branch information
vmx committed Jul 21, 2011
1 parent 5fa86c2 commit 8a29bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -198,7 +198,7 @@ Other supported query arguments
-------------------------------

### stale ###
`stale=ok` is supported. The spatial index won't be rebuild even if
`stale=ok` is supported. The spatial index won't be rebuilt even if
new Documents were added. It works for normal spatial queries as well
as for the spatial List functions.

Expand All @@ -219,7 +219,7 @@ Views. Compaction of spatial indexes is per Design Document, thus:

curl -X POST 'http://localhost:5984/places/_design/main/_spatial/_compact' -H 'Content-Type: application/json'

To cleanup spatial indexes that are now longer in use (this is per database):
To cleanup spatial indexes that are no longer in use (this is per database):

curl -X POST 'http://localhost:5984/places/_spatial_cleanup' -H 'Content-Type: application/json'

Expand Down

0 comments on commit 8a29bab

Please sign in to comment.