Package net.ontopia.topicmaps.query.spi
Class HTTPSearcher
java.lang.Object
net.ontopia.topicmaps.query.spi.AbstractSearcher
net.ontopia.topicmaps.query.spi.HTTPSearcher
- All Implemented Interfaces:
SearcherIF
EXPERIMENTAL: HTTP searcher implementation.
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.query.spi.AbstractSearcher
moduleURI, parameters, predicateName, topicmapFields inherited from interface net.ontopia.topicmaps.query.spi.SearcherIF
ITEM_IDENTIFIER, OBJECT_ID, OBJECT_VALUE, OCCURRENCE_URI, STRING_VALUE, SUBJECT_IDENTIFIER, SUBJECT_LOCATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPUBLIC: Returns the String value of the field.intPUBLIC: Returns type of values returned by the search result.Methods inherited from class net.ontopia.topicmaps.query.spi.AbstractSearcher
setModuleURI, setParameters, setPredicateName, setTopicMap
-
Constructor Details
-
HTTPSearcher
public HTTPSearcher()
-
-
Method Details
-
getValueType
public int getValueType()Description copied from interface:SearcherIFPUBLIC: Returns type of values returned by the search result. See constants declared in this class. -
getResult
Description copied from interface:SearcherIFPUBLIC: Returns the String value of the field. Note that null is returned if the field has a reader set.
-