com.k_int.IR
Class IRQuery

java.lang.Object
  |
  +--com.k_int.IR.IRQuery

public class IRQuery
extends java.lang.Object

A Generic Information Retrieval Query


Field Summary
 java.util.Vector collections
          The collections to be searched
 java.util.Hashtable hints
          Hints might contain instructions on where to look for an answer, or the general subject area of the enquiry so that we can try and decide on some resources to route this particular enquiry to.
 java.lang.Object query
          The Actual enquiry, may be a string or an image for image based retrieval, etc.
 java.lang.String query_syntax
          Info about how the enquiry is actually structured, may be free text or PrefixNotation, etc.
 
Constructor Summary
IRQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collections

public java.util.Vector collections
The collections to be searched

query_syntax

public java.lang.String query_syntax
Info about how the enquiry is actually structured, may be free text or PrefixNotation, etc. Initially, this will mostly be "Prefix" for Prefix notation Quiries

query

public java.lang.Object query
The Actual enquiry, may be a string or an image for image based retrieval, etc. (Will normally just be a string)

hints

public java.util.Hashtable hints
Hints might contain instructions on where to look for an answer, or the general subject area of the enquiry so that we can try and decide on some resources to route this particular enquiry to.
Constructor Detail

IRQuery

public IRQuery()


Copyright © 2001 Knowledge Integration Ltd. All Rights Reserved.