Rewrite the document indexer to allow single index rebuilds,
less locks and improve performance. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -9,9 +9,9 @@ from .api_views import (
|
||||
)
|
||||
from .views import (
|
||||
DocumentIndexNodeListView, IndexInstanceNodeView, IndexListView,
|
||||
RebuildIndexesConfirmView, SetupIndexDocumentTypesView,
|
||||
SetupIndexCreateView, SetupIndexDeleteView, SetupIndexEditView,
|
||||
SetupIndexListView, SetupIndexTreeTemplateListView, TemplateNodeCreateView,
|
||||
RebuildIndexesView, SetupIndexDocumentTypesView, SetupIndexCreateView,
|
||||
SetupIndexDeleteView, SetupIndexEditView, SetupIndexListView,
|
||||
SetupIndexTreeTemplateListView, TemplateNodeCreateView,
|
||||
TemplateNodeDeleteView, TemplateNodeEditView
|
||||
)
|
||||
|
||||
@@ -61,7 +61,7 @@ urlpatterns = [
|
||||
),
|
||||
|
||||
url(
|
||||
r'^rebuild/all/$', RebuildIndexesConfirmView.as_view(),
|
||||
r'^rebuild/all/$', RebuildIndexesView.as_view(),
|
||||
name='rebuild_index_instances'
|
||||
),
|
||||
url(
|
||||
|
||||
Reference in New Issue
Block a user