Uses of Class
de.nava.informa.search.ItemResult

Packages that use ItemResult
de.nava.informa.search This package contains classes for creating and searching news items through a full-text index. 
 

Uses of ItemResult in de.nava.informa.search
 

Methods in de.nava.informa.search that return types with arguments of type ItemResult
 List<ItemResult> ChannelSearcher.search(ChannelGroupIF channels, String queryString)
          Performs a query on the full-text index using the field ItemFieldConstants.TITLE_AND_DESC as the default search field limited to ChannelSearcher.DEFAULT_MAX_RESULTS number of search results.
 List<ItemResult> ChannelSearcher.search(ChannelGroupIF channels, String queryString, int maxResults)
          Performs a query on the full-text index using the field ItemFieldConstants.TITLE_AND_DESC as the default search field.
 



Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.