Serialized Form


Package org.apache.nutch.analysis

Class org.apache.nutch.analysis.ParseException extends IOException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

org.apache.nutch.analysis.Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

String eol
The end of line string for this machine.


Package org.apache.nutch.clustering.carrot2

Class org.apache.nutch.clustering.carrot2.NutchDocument extends org.carrot2.core.clustering.RawDocumentBase implements Serializable

Serialized Fields

id

Integer id
Integer identifier of this document. We need a subclass of Object, so this should do.


Package org.apache.nutch.indexer

Class org.apache.nutch.indexer.IndexingException extends Exception implements Serializable

Class org.apache.nutch.indexer.NutchSimilarity extends DefaultSimilarity implements Serializable


Package org.apache.nutch.net

Class org.apache.nutch.net.URLFilterException extends Exception implements Serializable


Package org.apache.nutch.net.protocols

Class org.apache.nutch.net.protocols.ProtocolException extends Exception implements Serializable


Package org.apache.nutch.parse

Class org.apache.nutch.parse.ParseException extends Exception implements Serializable

Class org.apache.nutch.parse.ParserNotFound extends ParseException implements Serializable

serialVersionUID: 23993993939L

Serialized Fields

url

String url

contentType

String contentType

Package org.apache.nutch.parse.msword

Class org.apache.nutch.parse.msword.FastSavedException extends Exception implements Serializable

Class org.apache.nutch.parse.msword.PasswordProtectedException extends Exception implements Serializable


Package org.apache.nutch.plugin

Class org.apache.nutch.plugin.CircularDependencyException extends Exception implements Serializable

serialVersionUID: 1L

Class org.apache.nutch.plugin.MissingDependencyException extends Exception implements Serializable

serialVersionUID: 1L

Class org.apache.nutch.plugin.PluginRuntimeException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.nutch.protocol

Class org.apache.nutch.protocol.ProtocolException extends Exception implements Serializable

Class org.apache.nutch.protocol.ProtocolNotFound extends ProtocolException implements Serializable

Serialized Fields

url

String url

Package org.apache.nutch.protocol.file

Class org.apache.nutch.protocol.file.FileError extends FileException implements Serializable

Serialized Fields

code

int code

Class org.apache.nutch.protocol.file.FileException extends ProtocolException implements Serializable


Package org.apache.nutch.protocol.ftp

Class org.apache.nutch.protocol.ftp.FtpError extends FtpException implements Serializable

Serialized Fields

code

int code

Class org.apache.nutch.protocol.ftp.FtpException extends ProtocolException implements Serializable

Class org.apache.nutch.protocol.ftp.FtpExceptionBadSystResponse extends FtpException implements Serializable

Class org.apache.nutch.protocol.ftp.FtpExceptionCanNotHaveDataConnection extends FtpException implements Serializable

Class org.apache.nutch.protocol.ftp.FtpExceptionControlClosedByForcedDataClose extends FtpException implements Serializable

Class org.apache.nutch.protocol.ftp.FtpExceptionUnknownForcedDataClose extends FtpException implements Serializable


Package org.apache.nutch.protocol.http.api

Class org.apache.nutch.protocol.http.api.BlockedException extends HttpException implements Serializable

Class org.apache.nutch.protocol.http.api.HttpException extends ProtocolException implements Serializable


Package org.apache.nutch.protocol.httpclient

Class org.apache.nutch.protocol.httpclient.HttpAuthenticationException extends Exception implements Serializable


Package org.apache.nutch.scoring

Class org.apache.nutch.scoring.ScoringFilterException extends Exception implements Serializable


Package org.apache.nutch.searcher

Class org.apache.nutch.searcher.OpenSearchServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

MAX_HITS_PER_PAGE

int MAX_HITS_PER_PAGE

bean

NutchBean bean

conf

Configuration conf

Class org.apache.nutch.searcher.QueryException extends IOException implements Serializable


Package org.apache.nutch.searcher.response

Class org.apache.nutch.searcher.response.SearchServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

bean

NutchBean bean

conf

Configuration conf

writers

ResponseWriters writers

defaultRespType

String defaultRespType

defaultLang

String defaultLang

defaultNumRows

int defaultNumRows

defaultDedupField

String defaultDedupField

defaultNumDupes

int defaultNumDupes

Package org.apache.nutch.servlet

Class org.apache.nutch.servlet.Cached extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

bean

NutchBean bean



Copyright © 2006 The Apache Software Foundation