rebuild all indices
rebuild all indices [--force]
Rebuilds all type and field indics. This command requires connection to a user database.
Options
Option |
Explanation |
---|---|
–force, -f |
forces delete, without interaction |
Example
tomas@tomsmbp:~/ > dboo example_queries -u=example_user -p=password
dboo example_user@example_queries> rebuild all indices
Are you sure you want to rebuild all indices [yes/No]? yes
Rebuilding all indices.
Rebuilding all indices done.
dboo example_user@example_queries>
tomas@tomsmbp:~/ > dboo example_queries -u=example_user -p=password -- rebuild all indices
Are you sure you want to rebuild all indices [yes/No]? yes
Rebuilding all indices.
Rebuilding all indices done.
tomas@tomsmbp:~/ >