Difference between revisions of "Search Operators"

From Gcube Wiki
Jump to: navigation, search
(Introduction)
(Operators)
Line 11: Line 11:
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== FilterResultSetByXPathOperator ====
 
==== FilterResultSetByXPathOperator ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== JoinInnerOperator ====
 
==== JoinInnerOperator ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== KeepTopOperator ====
 
==== KeepTopOperator ====
 
===== Description =====
 
===== Description =====
 +
The role of the KeepTop Operator is to perform a simple filtering operation on its input ResultSet and to produce as output a new ResultSet that holds a defined number of leading records.
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
+
*jdk 1.5
 +
*WS-Core 4.0.4
 +
*ResultSetClientLibrary
 +
*SearchLibrary
 
==== MergeOperator ====
 
==== MergeOperator ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== QueryExtSourceOperatorGoogle ====
 
==== QueryExtSourceOperatorGoogle ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== QueryExtSourceOperatorJDBC ====
 
==== QueryExtSourceOperatorJDBC ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== QueryExtSourceOperatorOSIRIS ====
 
==== QueryExtSourceOperatorOSIRIS ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== ScannerOperator ====
 
==== ScannerOperator ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== SortOperator ====
 
==== SortOperator ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 
 
==== TransformByXSLTOperator ====
 
==== TransformByXSLTOperator ====
 
===== Description =====
 
===== Description =====
 
===== Dependencies =====
 
===== Dependencies =====
===== Example =====
 

Revision as of 11:38, 23 August 2007

Search Operators

Introduction

The Search Operator family of services are the building blocks of any search operation. These along with external to the Search services handle the production, filtering and refinement of available data according to the user queries. The various intermediate steps towards producing the final search output are handled by Search Operator services. In this section we will only describe the Search Service internal Services listed below, although the Search Operator Framework reaches out to "integrate" on a high level other services too that can be utilized within a Search operation context.

The following operators are implemented as stateless services. They receive their input and produce their output in the context of a single invocation without holding any intermediate state. In case any data transferring is necessary either as input to a service or as output from the processing, the ResultSet Framework is employed.

The search operators cover the basic functionality that could be encountered in a typical search operation. A search can be decomposed in undividable units consisting of the above operators and their interaction can construct a workflow producing the net result delivered to the requester. The external source search and the service invocation services provide some extendibility for future operators by offering a method for invoking an “unknown” to the Search framework service, importing its results to the search operator workflow. The distinguished search operators at present time are listed below.

Operators

BooleanOperator

Description
Dependencies

FilterResultSetByXPathOperator

Description
Dependencies

JoinInnerOperator

Description
Dependencies

KeepTopOperator

Description

The role of the KeepTop Operator is to perform a simple filtering operation on its input ResultSet and to produce as output a new ResultSet that holds a defined number of leading records.

Dependencies
  • jdk 1.5
  • WS-Core 4.0.4
  • ResultSetClientLibrary
  • SearchLibrary

MergeOperator

Description
Dependencies

QueryExtSourceOperatorGoogle

Description
Dependencies

QueryExtSourceOperatorJDBC

Description
Dependencies

QueryExtSourceOperatorOSIRIS

Description
Dependencies

ScannerOperator

Description
Dependencies

SortOperator

Description
Dependencies

TransformByXSLTOperator

Description
Dependencies