net.firstpartners.rp.plugins
Interface ISearchQuery

All Superinterfaces:
IFeedback
All Known Implementing Classes:
SearchQuery

public interface ISearchQuery
extends IFeedback

A Search term entered by the user. We're interested in these, not only because they're vital to the search , but they also give us valuble information on word associations etc.

Author:
brownpa Extends IFeedback as a Search Query is also feedback we use

Method Summary
 java.lang.String getQuery()
          Get the query text
 

Method Detail

getQuery

java.lang.String getQuery()
Get the query text

Returns:
The query text