public class RestrictToMatchingProperties extends RestrictToProperties
contextList_, propertyList_, propertyTypes_, qualifierList_, sourceList_
Constructor and Description |
---|
RestrictToMatchingProperties(LocalNameList propertyList,
CodedNodeSet.PropertyType[] propertyTypes,
LocalNameList sourceList,
LocalNameList contextList,
NameAndValueList qualifierList,
java.lang.String matchText,
java.lang.String matchAlgorithm,
java.lang.String language,
java.lang.String internalCodeSystemName,
java.lang.String internalVersionString) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Query |
doGetQuery() |
java.lang.String |
getLanguage() |
org.apache.lucene.search.Query |
getTextQuery() |
getContextList, getPropertyList, getPropertyTypes, getQualifierList, getSourceList, validateSupportedAttribute
getQuery
public RestrictToMatchingProperties(LocalNameList propertyList, CodedNodeSet.PropertyType[] propertyTypes, LocalNameList sourceList, LocalNameList contextList, NameAndValueList qualifierList, java.lang.String matchText, java.lang.String matchAlgorithm, java.lang.String language, java.lang.String internalCodeSystemName, java.lang.String internalVersionString) throws LBInvocationException, LBParameterException
public java.lang.String getLanguage()
public org.apache.lucene.search.Query getTextQuery() throws LBParameterException
LBParameterException
public org.apache.lucene.search.Query doGetQuery() throws LBException, InternalException
doGetQuery
in class RestrictToProperties
LBException
InternalException