Esempio n. 1
0
 def handle(self, **options):
     index_task.delay(to_class_path(DocumentMappingType),
                      DocumentMappingType.get_indexable())
Esempio n. 2
0
def reindex_kb():
    """Reindex wiki_document."""
    index_task.delay(DocumentMappingType, DocumentMappingType.get_indexable())
Esempio n. 3
0
 def handle(self, **options):
     index_task.delay(DocumentMappingType,
                      DocumentMappingType.get_indexable())
Esempio n. 4
0
def reindex_kb():
    """Reindex wiki_document."""
    index_task.delay(DocumentMappingType, DocumentMappingType.get_indexable())
Esempio n. 5
0
 def handle(self, **options):
     index_task.delay(DocumentMappingType, DocumentMappingType.get_indexable())