net.sf.gsaapi.constants
Class SearchScope

java.lang.Object
  extended bynet.sf.gsaapi.constants.SearchScope

public class SearchScope
extends java.lang.Object

This class is a Java2 style enumeration implementation.

Author:
Amol S Deshmukh adeshmuk .at inxight .dot com

Field Summary
static SearchScope ENTIRE_PAGE
          Search for the query terms anywhere in the page.
static SearchScope TITLE
          Search for the query terms in document title only.
static SearchScope URL
          Search for the query terms in document url only.
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTIRE_PAGE

public static final SearchScope ENTIRE_PAGE
Search for the query terms anywhere in the page.


TITLE

public static final SearchScope TITLE
Search for the query terms in document title only.


URL

public static final SearchScope URL
Search for the query terms in document url only.

Method Detail

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)

getValue

public java.lang.String getValue()


© Copyright 2006 Inxight Software, Inc.