Initial update to support multiple indexes

This commit is contained in:
Roberto Rosario
2012-01-31 22:48:00 -04:00
parent 58bea814f1
commit 640ff7146c
12 changed files with 682 additions and 33 deletions

View File

@@ -9,7 +9,8 @@ from django.template.defaultfilters import slugify
from documents.models import Document
from metadata.classes import MetadataObject
from .models import (Index, IndexInstance, DocumentRenameCount)
from .models import (Index, IndexTemplateNode, IndexInstanceNode,
DocumentRenameCount)
from .conf.settings import (AVAILABLE_INDEXING_FUNCTIONS,
MAX_SUFFIX_COUNT, SLUGIFY_PATHS)
from .filesystem import (fs_create_index_directory,