eu.larkc.core.query
Interface KeywordQuery
- All Superinterfaces:
- Query, Resource, java.io.Serializable
- All Known Implementing Classes:
- KeywordQueryImpl
public interface KeywordQuery
- extends Query
A keyword query that consists of a number of search keywords,
e.g. something that one would type in to google.
Method Summary |
java.util.List<java.lang.String> |
getKeywords()
Get the keywords of the query. |
getKeywords
java.util.List<java.lang.String> getKeywords()
- Get the keywords of the query.
- Returns:
- The list of keywords.