Class HTTPSearcher

java.lang.Object
net.ontopia.topicmaps.query.spi.AbstractSearcher
net.ontopia.topicmaps.query.spi.HTTPSearcher
All Implemented Interfaces:
SearcherIF

public class HTTPSearcher extends AbstractSearcher
EXPERIMENTAL: HTTP searcher implementation.

  • Constructor Details

    • HTTPSearcher

      public HTTPSearcher()
  • Method Details

    • 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.