Class HTTPSearcher

  • All Implemented Interfaces:
    SearcherIF

    public class HTTPSearcher
    extends AbstractSearcher
    EXPERIMENTAL: HTTP searcher implementation.

    • Constructor Detail

      • HTTPSearcher

        public HTTPSearcher()
    • Method Detail

      • getValueType

        public int getValueType()
        Description copied from interface: SearcherIF
        PUBLIC: Returns type of values returned by the search result. See constants declared in this class.
      • getResult

        public SearchResultIF getResult​(String query)
        Description copied from interface: SearcherIF
        PUBLIC: Returns the String value of the field. Note that null is returned if the field has a reader set.