Adjusting documentation in indexes.py also re: more info in deprecation
This commit is contained in:
parent
50bb8fe5e4
commit
7ecb1b0726
@ -45,11 +45,13 @@ REQUIRED READING:
|
|||||||
To remove deprecated indexes
|
To remove deprecated indexes
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
Removing deprecated indexes is easier, just do:
|
Removing deprecated indexes is the same, just move the index into the
|
||||||
|
deprecated indexes mapping.
|
||||||
|
|
||||||
INACTIVE_INDEXES = {
|
DEPRECATED_INDEXES = {
|
||||||
'collection_name': [
|
'collection_name': {
|
||||||
'deprecated_index_identifier1', 'deprecated_index_identifier2']}
|
'deprecated_index_identifier1': {
|
||||||
|
'index': [index_foo_goes_here]}}
|
||||||
|
|
||||||
... etc.
|
... etc.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user