Serialized Form


Package org.apache.solr.client.solrj.embedded

Class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer extends SolrServer implements Serializable

Serialized Fields

coreContainer

CoreContainer coreContainer

coreName

String coreName

_parser

SolrRequestParsers _parser

Class org.apache.solr.client.solrj.embedded.JettySolrRunner.Servlet404 extends javax.servlet.http.HttpServlet implements Serializable


Package org.apache.solr.cloud

Class org.apache.solr.cloud.OverseerSolrResponse extends SolrResponse implements Serializable

Serialized Fields

responseList

NamedList<T> responseList

Package org.apache.solr.common

Class org.apache.solr.common.EnumFieldValue extends Object implements Serializable

Serialized Fields

intValue

Integer intValue

stringValue

String stringValue

Class org.apache.solr.common.SolrDocument extends Object implements Serializable

Serialized Fields

_fields

Map<K,V> _fields

Class org.apache.solr.common.SolrDocumentList extends ArrayList<SolrDocument> implements Serializable

Serialized Fields

numFound

long numFound

start

long start

maxScore

Float maxScore

Class org.apache.solr.common.SolrException extends RuntimeException implements Serializable

Serialized Fields

code

int code

Class org.apache.solr.common.SolrInputDocument extends Object implements Serializable

Serialized Fields

_fields

Map<K,V> _fields

_documentBoost

float _documentBoost

_childDocuments

List<E> _childDocuments

Class org.apache.solr.common.SolrInputField extends Object implements Serializable

Serialized Fields

name

String name

value

Object value

boost

float boost

Package org.apache.solr.core

Class org.apache.solr.core.JmxMonitoredMap extends ConcurrentHashMap<String,SolrInfoMBean> implements Serializable

Serialized Fields

server

MBeanServer server

jmxRootName

String jmxRootName

coreHashCode

String coreHashCode

Package org.apache.solr.internal.csv

Class org.apache.solr.internal.csv.CSVStrategy extends Object implements Serializable

Serialized Fields

delimiter

char delimiter

encapsulator

char encapsulator

commentStart

char commentStart

escape

char escape

ignoreLeadingWhitespaces

boolean ignoreLeadingWhitespaces

ignoreTrailingWhitespaces

boolean ignoreTrailingWhitespaces

interpretUnicodeEscapes

boolean interpretUnicodeEscapes

ignoreEmptyLines

boolean ignoreEmptyLines

printerNewline

String printerNewline

Package org.apache.solr.parser

Class org.apache.solr.parser.ParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

currentToken

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.

Class org.apache.solr.parser.Token extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class org.apache.solr.parser.TokenMgrError extends Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.solr.schema

Class org.apache.solr.schema.ManagedIndexSchema.FieldExistsException extends SolrException implements Serializable


Package org.apache.solr.search

Class org.apache.solr.search.EarlyTerminatingCollectorException extends RuntimeException implements Serializable

serialVersionUID: 5939241340763428118L

Serialized Fields

numberScanned

int numberScanned

numberCollected

int numberCollected

Class org.apache.solr.search.SyntaxError extends Exception implements Serializable


Package org.apache.solr.servlet

Class org.apache.solr.servlet.LoadAdminUiServlet extends org.apache.solr.servlet.BaseSolrServlet implements Serializable

Class org.apache.solr.servlet.RedirectServlet extends org.apache.solr.servlet.BaseSolrServlet implements Serializable

Serialized Fields

destination

String destination

code

int code

Class org.apache.solr.servlet.ZookeeperInfoServlet extends org.apache.solr.servlet.BaseSolrServlet implements Serializable


Package org.apache.solr.util

Class org.apache.solr.util.BoundedTreeSet extends TreeSet<E> implements Serializable

Serialized Fields

maxSize

int maxSize



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.