aegif / NemakiWare

Light-weight, highly customizable CMIS server powered by NoSQL

Home Page:http://nemakiware.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use other than changelog for Solr full indexing

linzhixing opened this issue · comments

At the moment Solr always goes to see CMIS change logs for indexing.
It goes well with incremental indexing, though, brings about performance problem for full indexing, which requires to examine all the history until now.

For example, getDescendants can be taken instead of DiscoveryService's change log.