Class AdditionalSearchContent.Result

  • Enclosing interface:
    AdditionalSearchContent

    public static class AdditionalSearchContent.Result
    extends java.lang.Object
    Searchable content for a single category.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      DocumentField searchField
      Field search for advanced search.
      java.lang.String text
      Search-able text.
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(DocumentField field, java.lang.String text)
      Constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • searchField

        public DocumentField searchField
        Field search for advanced search. Can be null for just text content (i.e. in simple search or "all" in advanced search) If non null it will appear as an option in the advanced search drop down list.
      • text

        public java.lang.String text
        Search-able text.
    • Constructor Detail

      • Result

        public Result​(DocumentField field,
                      java.lang.String text)
        Constructor.
        Parameters:
        field - text classification (may be null for "all")
        text - searchable text