Package com.iphrase.runtime.query.result

QueryResult and related classes that represent the content and structure of the results of a query execution.

See:
          Description

Interface Summary
Feature.Flags Define QueryResult feature flag values.
FeatureMetaData.BaseTypes Enumerate the currently-supported iPhrase feature base types.
SortFeature.Direction Define QueryResult sort direction values.
TextExtract.Atts Pre-defined text extract attribute values.
 

Class Summary
DrillDown Represent drill-down navigation information.
DrillSideways Represent drill-sideways navigation information.
Feature Represent an iPhrase OneStep feature for a query result.
FeatureMetaData Represent the feature metadata for each column of a result set table.
FeatureRow Represent a single row of a result set table.
ImageUrl Represent an image URL feature value.
Link Represent a link (anchor + URL) feature value.
PageContext Represents the page context associated with a result set.
QueryResult Represent the response from Query.execute().
ResultSet Represent a single result set.
SortFeature Represent a feature for sorting rows in result set table.
Summarized Abstract base class for a summarized feature value.
Summarized.Bool Represent a summarized boolean feature value.
Summarized.DateTime Represent a summarized datetime feature value.
Summarized.Float Represent a summarized float feature value.
Summarized.ImageUrl Represent a summarized image URL feature value.
Summarized.Int Represent a summarized int feature value.
Summarized.Link Represent a summarized link feature value.
Summarized.Taxonomy Represent a summarized taxonomy feature value.
Summarized.Text Represent a summarized text feature value.
Summarized.TextExtract Represent a summarized text extract feature value.
Table Represent results as a 2D array of feature values, along with metadata corresponding to all values of a given feature (column).
TallyFeature Specialized FeatureMetaData for drill-down and drill-sideways data.
TallyFeature.Value Represent a tally feature value.
Taxonomy Represent a taxonomy feature value as an array of string components.
TextExtract Represent a text extract feature value.
Voiceover Represent the voiceover details for a result set.
 

Package com.iphrase.runtime.query.result Description

QueryResult and related classes that represent the content and structure of the results of a query execution.

An instance of QueryResult is returned by Query.execute(). It is the root of the search results data structure. Typically, a client will render this data as an HTML response containing search results and navigation controls for followup queries.

Related Documentation

See the Configuring the Look and Feel chapter in the OneStep User's Guide.


© Copyright 2005, 2006. IBM Corporation. All rights reserved.