Class A_CmsSearchFieldConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addField​(CmsSearchField field)
      Adds a field to this search field configuration.
      void addUninvertingMappings​(java.util.Map<java.lang.String,​org.apache.solr.uninverting.UninvertingReader.Type> uninvertingMap)
      To allow sorting on a field (without docvalues) the field must be added to the map given to UninvertingReader.wrap(org.apache.lucene.index.DirectoryReader, Map).
      int compareTo​(I_CmsSearchFieldConfiguration o)  
      boolean equals​(java.lang.Object obj)  
      java.lang.String getDescription()
      Returns the description of this field configuration.
      CmsSearchField getField​(java.lang.String name)
      Returns the configured CmsSearchField instance with the given name.
      java.util.List<java.lang.String> getFieldNames()
      Returns the list of configured field names (Strings).
      java.util.List<CmsSearchField> getFields()
      Returns the list of configured CmsSearchField instances.
      java.lang.String getName()
      Returns the name of this field configuration.
      int hashCode()  
      void init()
      Initializes this field configuration.
      void setDescription​(java.lang.String description)
      Sets the description of this field configuration.
      void setName​(java.lang.String name)
      Sets the name of this field configuration.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait