Class DocumentSearchByDateSuggester

  • All Implemented Interfaces:
    Suggester

    @Deprecated
    public class DocumentSearchByDateSuggester
    extends Object
    implements Suggester
    Deprecated.
    since 6.0. This suggester is not used anymore with the new search tab.
    Simple stateless suggester that parses the input and suggest to search document by date if the input can be interpreted as a date in the user locale.
    • Field Detail

      • searchFields

        protected String[] searchFields
        Deprecated.
      • label

        protected String label
        Deprecated.
      • iconURL

        protected String iconURL
        Deprecated.
      • suggesterId

        protected String suggesterId
        Deprecated.
    • Constructor Detail

      • DocumentSearchByDateSuggester

        public DocumentSearchByDateSuggester()
        Deprecated.