Revision 10225
Added by Peter Slaughter almost 6 years ago
application-context-prov-base.xml | ||
---|---|---|
334 | 334 |
</constructor-arg> |
335 | 335 |
</bean> |
336 | 336 |
|
337 |
<!-- Find the source pids used by a program -->
|
|
338 |
<!-- This is the inverse relationship of prov_usedByProgram -->
|
|
337 |
<!-- This index field is inteded for use across multiple documents, which requires
|
|
338 |
a triple store, which is not currently implemented, so it is disabled for now..
|
|
339 | 339 |
<bean id="prov20150115.hasSources" class="org.dataone.cn.indexer.annotation.SparqlField"> |
340 | 340 |
<constructor-arg name="name" value="prov_hasSources" /> |
341 | 341 |
<constructor-arg name="query"> |
... | ... | |
363 | 363 |
</value> |
364 | 364 |
</constructor-arg> |
365 | 365 |
</bean> |
366 |
--> |
|
366 | 367 |
|
367 | 368 |
<bean id="prov20150115.hasDerivations" class="org.dataone.cn.indexer.annotation.SparqlField"> |
368 | 369 |
<constructor-arg name="name" value="prov_hasDerivations" /> |
Also available in: Unified diff
Disable indexing of 'prov_hasSources' field