public static class SolrLinkingDescriptor.SolrLanguageConfigBuilder extends Object
| Constructor and Description |
|---|
SolrLanguageConfigBuilder(String lang) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltTitleField()
Setter for the name of the field used to store the alternate title/name/label of the
entity in the language of this configuration
|
String |
getFilterQuery()
Getter for the Language specific filter query.
|
String |
getLanguage() |
String |
getTagField()
Getter for the name of the field used for tagging
|
String |
getTitleField()
Setter for the name of the field used to store the name/label/title of the
entity in the language of this configuration
|
SolrLinkingDescriptor.SolrLanguageConfigBuilder |
setAltTitleField(String altTitleField)
Setter for the name of the field used to store the title/name/label of the
entity in the language of this configuration
|
SolrLinkingDescriptor.SolrLanguageConfigBuilder |
setFilterQuery(String fq)
Setter for the Language specific filter query.
|
SolrLinkingDescriptor.SolrLanguageConfigBuilder |
setTagField(String field)
Setter for the name of the field used for tagging
|
SolrLinkingDescriptor.SolrLanguageConfigBuilder |
setTitleField(String storedField)
Setter for the name of the field used to store the name/label/title of the
entity in the language of this configuration
|
public SolrLanguageConfigBuilder(String lang)
public String getLanguage()
public String getTagField()
null to use the default as configured in the requestHandler)public SolrLinkingDescriptor.SolrLanguageConfigBuilder setTagField(String field)
field - the name of the language specific tagging field
(null to use the default as configured in the requestHandler)public String getTitleField()
null to use the default as configured in the requestHandler)public SolrLinkingDescriptor.SolrLanguageConfigBuilder setTitleField(String storedField)
storedField - the name of the field used to store the name of the entity in this language
(null to use the default as configured in the requestHandler)public String getAltTitleField()
null to use the default as configured in the requestHandler)public SolrLinkingDescriptor.SolrLanguageConfigBuilder setAltTitleField(String altTitleField)
titleField - the name of the field used to store the name of the entity in this language
(null to use the default as configured in the requestHandler)public String getFilterQuery()
null if nonepublic SolrLinkingDescriptor.SolrLanguageConfigBuilder setFilterQuery(String fq)
fq - the language specific filter query or null if noneCopyright © 2016–2017 Redlink GmbH. All rights reserved.