Author: rwesten
Date: Fri Nov 22 12:39:51 2013
New Revision: 1544514
URL: http://svn.apache.org/r1544514
Log:
STANBOL-1218: Co-Mention engine now uses -20 as default ordering in the 0.12
releasing branch
Modified:
stanbol/branches/release-0.12/enhancement-engines/entitycomention/src/main/java/org/apache/stanbol/enhancer/engines/entitycomention/EntityCoMentionEngine.java
Modified:
stanbol/branches/release-0.12/enhancement-engines/entitycomention/src/main/java/org/apache/stanbol/enhancer/engines/entitycomention/EntityCoMentionEngine.java
URL:
http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancement-engines/entitycomention/src/main/java/org/apache/stanbol/enhancer/engines/entitycomention/EntityCoMentionEngine.java?rev=1544514&r1=1544513&r2=1544514&view=diff
==============================================================================
---
stanbol/branches/release-0.12/enhancement-engines/entitycomention/src/main/java/org/apache/stanbol/enhancer/engines/entitycomention/EntityCoMentionEngine.java
(original)
+++
stanbol/branches/release-0.12/enhancement-engines/entitycomention/src/main/java/org/apache/stanbol/enhancer/engines/entitycomention/EntityCoMentionEngine.java
Fri Nov 22 12:39:51 2013
@@ -146,7 +146,10 @@ import org.slf4j.LoggerFactory;
@Service(value=EnhancementEngine.class)
public class EntityCoMentionEngine extends
AbstractEnhancementEngine<RuntimeException,RuntimeException> implements
ServiceProperties {
- private static final Integer ENGINE_ORDERING =
ServiceProperties.ORDERING_POST_PROCESSING + 90;
+ /**
+ * first of the post processing engines (note STANBOL-1218)
+ */
+ private static final Integer ENGINE_ORDERING =
ServiceProperties.ORDERING_POST_PROCESSING + 80;
private static final Map<String,Object> SERVICE_PROPERTIES =
Collections.unmodifiableMap(Collections.singletonMap(
ServiceProperties.ENHANCEMENT_ENGINE_ORDERING,