search.cli ========== .. py:module:: search.cli .. autoapi-nested-parse:: Provides commands related to the onegov.search. Attributes ---------- .. autoapisummary:: search.cli.cli Functions --------- .. autoapisummary:: search.cli.psql_index_status search.cli.reindex search.cli.index_status Module Contents --------------- .. py:data:: cli .. py:function:: psql_index_status(app: onegov.core.framework.Framework) -> None Prints the percentage of indexed documents per model. .. py:function:: reindex(group_context: onegov.core.cli.core.GroupContext, fail: bool) -> collections.abc.Callable[[onegov.core.request.CoreRequest, onegov.core.framework.Framework], None] Reindexes all objects in the elasticsearch and psql database. .. py:function:: index_status(group_context: onegov.core.cli.core.GroupContext) -> collections.abc.Callable[[onegov.core.request.CoreRequest, onegov.core.framework.Framework], None] Prints the status of the psql index.