public class RestrictToProperties extends AbstractJoinQueryRestriction
Modifier and Type | Field and Description |
---|---|
protected LocalNameList |
contextList_ |
protected LocalNameList |
propertyList_ |
protected CodedNodeSet.PropertyType[] |
propertyTypes_ |
protected NameAndValueList |
qualifierList_ |
protected LocalNameList |
sourceList_ |
Modifier | Constructor and Description |
---|---|
|
RestrictToProperties()
This constructor is for starting a bit set that matches all documents...
|
|
RestrictToProperties(LocalNameList propertyList,
CodedNodeSet.PropertyType[] propertyTypes,
LocalNameList sourceList,
LocalNameList contextList,
NameAndValueList qualifierList,
java.lang.String internalCodeSystemName,
java.lang.String internalVersionString) |
protected |
RestrictToProperties(LocalNameList sourceList,
LocalNameList contextList,
NameAndValueList qualifierList,
java.lang.String internalCodeSystemName,
java.lang.String internalVersionString) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.search.Query |
doGetQuery() |
LocalNameList |
getContextList() |
LocalNameList |
getPropertyList() |
CodedNodeSet.PropertyType[] |
getPropertyTypes() |
NameAndValueList |
getQualifierList() |
LocalNameList |
getSourceList() |
protected void |
validateSupportedAttribute(java.lang.String internalCodeSystemName,
java.lang.String internalVersionString,
java.lang.String localId,
java.lang.Class<? extends URIMap> supportedAttributeClass) |
getQuery
protected LocalNameList propertyList_
protected LocalNameList sourceList_
protected LocalNameList contextList_
protected NameAndValueList qualifierList_
protected CodedNodeSet.PropertyType[] propertyTypes_
protected RestrictToProperties(LocalNameList sourceList, LocalNameList contextList, NameAndValueList qualifierList, java.lang.String internalCodeSystemName, java.lang.String internalVersionString) throws LBParameterException, LBInvocationException
public RestrictToProperties(LocalNameList propertyList, CodedNodeSet.PropertyType[] propertyTypes, LocalNameList sourceList, LocalNameList contextList, NameAndValueList qualifierList, java.lang.String internalCodeSystemName, java.lang.String internalVersionString) throws LBInvocationException, LBParameterException
public RestrictToProperties()
public LocalNameList getPropertyList()
protected void validateSupportedAttribute(java.lang.String internalCodeSystemName, java.lang.String internalVersionString, java.lang.String localId, java.lang.Class<? extends URIMap> supportedAttributeClass) throws LBParameterException
LBParameterException
protected org.apache.lucene.search.Query doGetQuery() throws LBException, InternalException
doGetQuery
in class AbstractJoinQueryRestriction
LBException
InternalException
public LocalNameList getContextList()
public NameAndValueList getQualifierList()
public LocalNameList getSourceList()
public CodedNodeSet.PropertyType[] getPropertyTypes()