com.raritantechnologies.federated.fast.fast4
Interface IFastQueryCooker

All Superinterfaces:
IConfigurable

public interface IFastQueryCooker
extends IConfigurable

Base Interface for objects that can create query strings for Fast DataSearch QueryProcessor.


Method Summary
 java.lang.String cookQuery(ILoginInfo userInfo, FastSearchSource fss, ISearchFieldMap searchFieldMap, OrderedMap inputParameters, java.lang.String inputQuery)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

cookQuery

public java.lang.String cookQuery(ILoginInfo userInfo,
                                  FastSearchSource fss,
                                  ISearchFieldMap searchFieldMap,
                                  OrderedMap inputParameters,
                                  java.lang.String inputQuery)