Class FulltextSearch


  • public class FulltextSearch
    extends java.lang.Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="field-list" type="{http://www.hybris.com/cockpitng/config/fulltextsearch}FieldListType"/>
             <element name="preferred-search-strategy" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • preferredSearchStrategy

        protected java.lang.String preferredSearchStrategy
    • Constructor Detail

      • FulltextSearch

        public FulltextSearch()
    • Method Detail

      • getFieldList

        public FieldListType getFieldList()
        Gets the value of the fieldList property.
        Returns:
        possible object is FieldListType
      • setFieldList

        public void setFieldList​(FieldListType value)
        Sets the value of the fieldList property.
        Parameters:
        value - allowed object is FieldListType
      • getPreferredSearchStrategy

        public java.lang.String getPreferredSearchStrategy()
        Gets the value of the preferredSearchStrategy property.
        Returns:
        possible object is String
      • setPreferredSearchStrategy

        public void setPreferredSearchStrategy​(java.lang.String value)
        Sets the value of the preferredSearchStrategy property.
        Parameters:
        value - allowed object is String
      • getOperator

        public OperatorType getOperator()
        Gets the value of the operator property.
        Returns:
        possible object is OperatorType
      • setOperator

        public void setOperator​(OperatorType value)
        Sets the value of the operator property.
        Parameters:
        value - allowed object is OperatorType