Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
vroyer committed Jan 4, 2017
1 parent 56f65df commit 6067ab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/elassandra/source/configuration.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Index settings
* ``index.search_strategy_class`` : Set the search strategy class overriding the default cluster search strategy. * ``index.search_strategy_class`` : Set the search strategy class overriding the default cluster search strategy.
* ``index.include_node_id`` : If true, indexes the cassandra hostId in the _node field. Default is **false**. * ``index.include_node_id`` : If true, indexes the cassandra hostId in the _node field. Default is **false**.
* ``index.synchronous_refresh`` : If true, synchrounously refreshes the elasticsearch index on each index update. Default is **false**. * ``index.synchronous_refresh`` : If true, synchrounously refreshes the elasticsearch index on each index update. Default is **false**.
* ``index.drop_on_delete_index`` : If true, delete underlying cassandra table and keyspace when deleting an index. Default is **false**. * ``index.drop_on_delete_index`` : If true, delete underlying cassandra tables and keyspace when deleting an index (Keyspace is deleted only if all its tables are deleted by removing the index). Default is **false**.




Sizing and tunning Sizing and tunning
Expand Down
2 changes: 1 addition & 1 deletion docs/elassandra/source/operations.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ elassandra can backup data by taking a snapshot of cassandra SSTables and Elasti
1. ``nodetool snapshot --tag <snapshot_name> <keyspace_name>`` 1. ``nodetool snapshot --tag <snapshot_name> <keyspace_name>``
2. For all indices associated to <keyspace_name> 2. For all indices associated to <keyspace_name>


``cp -al $CASSANDRA_DATA/elasticsearch.data/<cluster_name>/nodes/0/indices/<index_name>/0/index/(_*|segement*) $CASSANDRA_DATA/elasticsearch.data/snapshots/<index_name>/<snapshot_name>/`` ``cp -al $CASSANDRA_DATA/elasticsearch.data/<cluster_name>/nodes/0/indices/<index_name>/0/index/(_*|segment*) $CASSANDRA_DATA/elasticsearch.data/snapshots/<index_name>/<snapshot_name>/``


Of course, rebuilding elasticsearch indices after a cassandra restore is another option. Of course, rebuilding elasticsearch indices after a cassandra restore is another option.


Expand Down

0 comments on commit 6067ab4

Please sign in to comment.