Package commands :: Module update_indexes_quick
[hide private]
[frames] | no frames]

Module update_indexes_quick

source code

Functions [hide private]
 
update_indexes_quick(minutes_passed)
Recreates whoosh indexes for projects for which indexed data were updated in last n minutes.
source code
Function Details [hide private]

update_indexes_quick(minutes_passed)

source code 

Recreates whoosh indexes for projects for which indexed data were updated in last n minutes. Doesn't update schema.

Decorators:
  • @click.command()
  • @click.argument("minutes_passed", type= int)