Details
-
Task
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
-
Yes
Description
1. Implement bulk and thread for initial indexing
2. Magnolia indexer doesn’t force solr commit on every request (configurable, when commit is not force rely on autocommit feature in solrconfig.xml)
3. Initial indexing shouldn’t be part of eventlistener class
4. Bulk indexing for changes caught by EventListeners
5. DataIndexer now collects all the node which should be indexed into map (NodeUtil.collectAllChildren) - Replace this mechanism with NodeVisitor
6. Remove query for collecting data from subhierarchy -> huge performance impact
7. Index in correct format. Solr modul right now indexes everything as String into solr
8. Implement nested indexing (replacing
behaviour from point 6)
9. Implement DataIndexer based on content-type
10. Replacing fieldMappings behaviour (what should be indexed - whitelist) with blacklist (index everything except ...)
11. Bulk and thread indexing for Crawlers
Checklists
Attachments
Issue Links
- to be documented by
-
MGNLEESOLR-236 DOC: Solr indexing updated in v7 of the Solr module
-
- Open
-