Class FullTextSearchConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class FullTextSearchConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of the full text search feature.

    Java class for FullTextSearchConfigurationType complex type.

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

     <complexType name="FullTextSearchConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="indexed" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FullTextSearchIndexedItemsConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form