com.raritantechnologies.rql.topic
Interface ITopicRenderer

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
EndecaTopicRenderer, FlatFileTopicRenderer, FQLTopicRenderer, IQLTopicRenderer, LuceneTopicRenderer, SevTopicRenderer, UltraseekTopicRenderer, VQLTopicRenderer, XMLTopicRenderer, XQueryTopicRenderer

public interface ITopicRenderer
extends IConfigurable

Base interface for objects that can convert a Topic into a query string.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 java.lang.String renderTopic(Topic topic)
           
 java.lang.String renderTopic(Topic root, java.util.Set subTopics, boolean skipSubTopics)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

renderTopic

public java.lang.String renderTopic(Topic topic)

renderTopic

public java.lang.String renderTopic(Topic root,
                                    java.util.Set subTopics,
                                    boolean skipSubTopics)