forked from D-Net/dnet-hadoop
[subjectPropagation] added default values for parameters
This commit is contained in:
parent
50cdc76987
commit
777d0bf560
|
@ -6,10 +6,12 @@
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>subjectlist</name>
|
<name>subjectlist</name>
|
||||||
|
<value>fos;sdg</value>
|
||||||
<description>the list of subject classid to propagate (split by ;)</description>
|
<description>the list of subject classid to propagate (split by ;)</description>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>allowedsemrels</name>
|
<name>allowedsemrels</name>
|
||||||
|
<value>IsSupplementedBy;IsSupplementTo;IsPreviousVersionOf;IsNewVersionOf;IsIdenticalTo;Obsoletes;IsObsoletedBy;IsVersionOf</value>
|
||||||
<description>the allowed semantics </description>
|
<description>the allowed semantics </description>
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue