blob: c896218e77d8ac17c7c8ddbe832eec93cd533840 (
plain)
1
2
3
4
5
6
7
|
# Hash RDF Graph
* assigned: bonfacem
## Description
Building the index is an expesive operation. Hash the graph and store the metadata in xapian, and similarly in the RDF store. The mcron-job should check whether this has changed, and if there's any difference, go ahead and re-build the index.
|