@Configuration
@ImportResource(value="classpath:/spring/component/scheduling/matcher-service-scheduling.xml")
@PropertySource(value="file:${WON_CONFIG_DIR}/matcher-solr.properties")
public class SolrMatcherConfig
extends java.lang.Object
| Constructor and Description |
|---|
SolrMatcherConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCutAfterIthElbowInScore() |
int |
getMaxHints() |
int |
getMaxHintsForCounterparts() |
float |
getScoreNormalizationFactor() |
float |
getScoreThreshold() |
java.lang.String |
getSolrCore() |
java.lang.String |
getSolrEndpointUri(boolean useTestCore) |
java.lang.String |
getSolrServerPublicUri() |
java.lang.String |
getSolrServerUri() |
java.lang.String |
getSolrTestCore() |
boolean |
isCommitIndexedNeedImmediately() |
public float getScoreThreshold()
public java.lang.String getSolrServerUri()
public int getMaxHints()
public int getMaxHintsForCounterparts()
public boolean isCommitIndexedNeedImmediately()
public java.lang.String getSolrServerPublicUri()
public int getCutAfterIthElbowInScore()
public float getScoreNormalizationFactor()
public java.lang.String getSolrCore()
public java.lang.String getSolrTestCore()
public java.lang.String getSolrEndpointUri(boolean useTestCore)
Copyright © 2018. All Rights Reserved.