com.primus.searchcommon.constraint
Interface DocumentSetConstraint

All Known Implementing Classes:
BaseConstraint, ConstraintsGroup, FakeDocumentSetConstraint, FileExtensionConstraint, ItemFormatConstraint, KeywordConstraint, NumericConstraint, SetConstraint, StringConstraint, URLConstraint

public interface DocumentSetConstraint

This interface represents a constraint on the query sent to ES. Multiple constraints can be combined to form a complex boolean constraint within the documentSet tags in the query.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 java.lang.String toXml()
          Converts this constraint to the XML representation that can be sent in the ES Query.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

toXml

java.lang.String toXml()
Converts this constraint to the XML representation that can be sent in the ES Query.

Returns: