Revision 7787
Added by Jing Tao over 11 years ago
metacat.properties | ||
---|---|---|
586 | 586 |
|
587 | 587 |
############# Index Section ########################################### |
588 | 588 |
index.context=metacat-index |
589 |
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar,http://www.openarchives.org/ore/terms
|
|
589 |
index.resourcemap.namespace=http://www.w3.org/TR/rdf-syntax-grammar;http://www.openarchives.org/ore/terms
|
|
590 | 590 |
#The process to regenerate the index when the metacat-index web app starts needs the readiness of the metacat. |
591 | 591 |
#The index.regenerate.start.waitingtime (in milliseconds) and index.regenerate.start.maxattempts are used to control the waiting time. |
592 | 592 |
index.regenerate.start.waitingtime=10000 |
Also available in: Unified diff
Use the ";" as the seperator to replace "," in the resource name spaces.