com.raritantechnologies.rql.topic
Interface ITopicParser

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
EndecaTopicParser, FilteredTopicParser, FQLTopicParser, JSONTopicParser, VQLTopicParser

public interface ITopicParser
extends IConfigurable

Parses and creates a Topic tree from some query string.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 Topic parse(java.lang.String topicName, java.lang.String queryString, IResult result)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

parse

public Topic parse(java.lang.String topicName,
                   java.lang.String queryString,
                   IResult result)