org.eaglei.search.provider.nif
Class NIFQueryUtil.ESearchResult

java.lang.Object
  extended by org.eaglei.search.provider.nif.NIFQueryUtil.ESearchResult
Enclosing class:
NIFQueryUtil

public static class NIFQueryUtil.ESearchResult
extends java.lang.Object

Simple representation of an eSearch result and, optionally, the results of a subsequent set of sSummary or eFetch calls.


Field Summary
 int count
          Total number of results returned
 org.w3c.dom.Document details
          XML Document that represent the associated eSummary or eFetch results.
 java.util.List<java.lang.String> ids
          IDs of result set.
 int max
          Max number of results
 java.lang.String queryTranslation
          Translation of the query
 int start
          Start of the result set
 
Constructor Summary
NIFQueryUtil.ESearchResult(org.w3c.dom.Document doc)
          Creates an ESearchResult from an XML Document.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

count

public int count
Total number of results returned


start

public int start
Start of the result set


max

public int max
Max number of results


queryTranslation

public java.lang.String queryTranslation
Translation of the query


ids

public java.util.List<java.lang.String> ids
IDs of result set.


details

public org.w3c.dom.Document details
XML Document that represent the associated eSummary or eFetch results.

Constructor Detail

NIFQueryUtil.ESearchResult

public NIFQueryUtil.ESearchResult(org.w3c.dom.Document doc)
                           throws java.io.IOException
Creates an ESearchResult from an XML Document.

Parameters:
doc -
Throws:
java.io.IOException


Copyright © 2009-2011 Eagle-I. All Rights Reserved.