Class DocumentSearchByPropertySuggester

  • All Implemented Interfaces:
    Suggester

    @Deprecated
    public class DocumentSearchByPropertySuggester
    extends Object
    implements Suggester
    Deprecated.
    since 6.0. This suggester is not used anymore with the new search tab.
    Simple stateless document search suggester that propose to use the user input for searching a specific field.
    • Field Detail

      • searchField

        protected String searchField
        Deprecated.
      • suggesterId

        protected String suggesterId
        Deprecated.
      • searchFields

        protected String[] searchFields
        Deprecated.
        Since:
        5.8
      • label

        protected String label
        Deprecated.
      • description

        protected String description
        Deprecated.
      • iconURL

        protected String iconURL
        Deprecated.
      • disabled

        protected boolean disabled
        Deprecated.
    • Constructor Detail

      • DocumentSearchByPropertySuggester

        public DocumentSearchByPropertySuggester()
        Deprecated.