Serialized Form

  • Package org.apache.solr.client.solrj.apache

    • Class org.apache.solr.client.solrj.apache.CloudLegacySolrClient

      class CloudLegacySolrClient extends org.apache.solr.client.solrj.impl.CloudSolrClient implements Serializable
      • Serialized Fields

        • clientIsInternal
          boolean clientIsInternal
          Deprecated.
        • lbClient
          LBHttpSolrClient lbClient
          Deprecated.
        • myClient
          org.apache.http.client.HttpClient myClient
          Deprecated.
        • shutdownLBHttpSolrServer
          boolean shutdownLBHttpSolrServer
          Deprecated.
        • stateProvider
          org.apache.solr.client.solrj.impl.ClusterStateProvider stateProvider
          Deprecated.
    • Class org.apache.solr.client.solrj.apache.ConcurrentUpdateSolrClient

      class ConcurrentUpdateSolrClient extends org.apache.solr.client.solrj.SolrClient implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • blockLoops
          AtomicInteger blockLoops
          Deprecated.
        • client
          HttpSolrClient client
          Deprecated.
        • closed
          boolean closed
          Deprecated.
        • connectionTimeout
          int connectionTimeout
          Deprecated.
        • emptyQueueLoops
          AtomicInteger emptyQueueLoops
          Deprecated.
        • internalHttpClient
          boolean internalHttpClient
          Deprecated.
        • lock
          CountDownLatch lock
          Deprecated.
        • pollExits
          AtomicInteger pollExits
          Deprecated.
        • pollInterrupts
          AtomicInteger pollInterrupts
          Deprecated.
        • pollQueueTimeMillis
          int pollQueueTimeMillis
          Deprecated.
        • queue
          BlockingQueue<org.apache.solr.client.solrj.apache.ConcurrentUpdateSolrClient.Update> queue
          Deprecated.
        • runners
          Queue<org.apache.solr.client.solrj.apache.ConcurrentUpdateSolrClient.Runner> runners
          Deprecated.
        • scheduler
          ExecutorService scheduler
          Deprecated.
        • shutdownExecutor
          boolean shutdownExecutor
          Deprecated.
        • soTimeout
          int soTimeout
          Deprecated.
        • stallDetection
          org.apache.solr.client.solrj.impl.StallDetection stallDetection
          Deprecated.
        • streamDeletes
          boolean streamDeletes
          Deprecated.
        • threadCount
          int threadCount
          Deprecated.
    • Class org.apache.solr.client.solrj.apache.HttpSolrClient

      class HttpSolrClient extends org.apache.solr.client.solrj.SolrClient implements Serializable
      serialVersionUID:
      -946812319974801896L
      • Serialized Fields

        • baseUrl
          String baseUrl
          Deprecated.
          The URL of the Solr server.
        • connectionTimeout
          int connectionTimeout
          Deprecated.
        • followRedirects
          Boolean followRedirects
          Deprecated.
        • httpClient
          org.apache.http.client.HttpClient httpClient
          Deprecated.
        • internalClient
          boolean internalClient
          Deprecated.
        • invariantParams
          org.apache.solr.common.params.ModifiableSolrParams invariantParams
          Deprecated.
          Default value: null / empty.

          Parameters that are added to every request regardless. This may be a place to add something like an authentication token.

        • parser
          org.apache.solr.client.solrj.response.ResponseParser parser
          Deprecated.
          Default response parser is BinaryResponseParser

          This parser represents the default Response Parser chosen to parse the response if the parser were not specified as part of the request.

          See Also:
          • JavaBinResponseParser
        • requestWriter
          org.apache.solr.client.solrj.request.RequestWriter requestWriter
          Deprecated.
          The RequestWriter used to write all requests to Solr
          See Also:
          • RequestWriter
        • soTimeout
          int soTimeout
          Deprecated.
        • urlParamNames
          Set<String> urlParamNames
          Deprecated.
        • useMultiPartPost
          boolean useMultiPartPost
          Deprecated.
    • Class org.apache.solr.client.solrj.apache.LBHttpSolrClient

      class LBHttpSolrClient extends org.apache.solr.client.solrj.impl.LBSolrClient implements Serializable
      • Serialized Fields

        • clientIsInternal
          boolean clientIsInternal
          Deprecated.
        • connectionTimeoutMillis
          int connectionTimeoutMillis
          Deprecated.
        • httpClient
          org.apache.http.client.HttpClient httpClient
          Deprecated.
        • httpSolrClientBuilder
          HttpSolrClient.Builder httpSolrClientBuilder
          Deprecated.
        • soTimeoutMillis
          int soTimeoutMillis
          Deprecated.
        • urlParamNames
          Set<String> urlParamNames
          Deprecated.
        • urlToClient
          ConcurrentHashMap<String,HttpSolrClient> urlToClient
          Deprecated.
  • Package org.apache.solr.cloud

    • Class org.apache.solr.cloud.ConfigRequest

      class ConfigRequest extends org.apache.solr.client.solrj.request.CollectionRequiringSolrRequest<org.apache.solr.client.solrj.SolrResponse> implements Serializable
      • Serialized Fields

    • Class org.apache.solr.cloud.OverseerSolrResponse

      class OverseerSolrResponse extends org.apache.solr.client.solrj.SolrResponse implements Serializable
      • Serialized Fields

        • elapsedTime
          long elapsedTime
        • responseList
          org.apache.solr.common.util.NamedList<Object> responseList
    • Exception Class org.apache.solr.cloud.ZkController.NotInClusterStateException

      class NotInClusterStateException extends org.apache.solr.common.SolrException implements Serializable
    • Exception Class org.apache.solr.cloud.ZkController.ResourceModifiedInZkException

      class ResourceModifiedInZkException extends org.apache.solr.common.SolrException implements Serializable
  • Package org.apache.solr.cloud.api.collections

    • Exception Class org.apache.solr.cloud.api.collections.Assign.AssignmentException

      class AssignmentException extends RuntimeException implements Serializable
  • Package org.apache.solr.cluster.placement

    • Exception Class org.apache.solr.cluster.placement.PlacementException

      class PlacementException extends Exception implements Serializable
    • Exception Class org.apache.solr.cluster.placement.PlacementModificationException

      class PlacementModificationException extends org.apache.solr.cluster.placement.PlacementException implements Serializable
      • Serialized Fields

  • Package org.apache.solr.common.cloud

    • Exception Class org.apache.solr.common.cloud.PerReplicaStatesOps.PrsZkNodeNotFoundException

      class PrsZkNodeNotFoundException extends org.apache.solr.common.SolrException implements Serializable
    • Exception Class org.apache.solr.common.cloud.ZooKeeperException

      class ZooKeeperException extends org.apache.solr.common.SolrException implements Serializable
  • Package org.apache.solr.core

    • Class org.apache.solr.core.PluginBag.JaxrsResourceToHandlerMappings

      class JaxrsResourceToHandlerMappings extends HashMap<Class<? extends org.apache.solr.api.JerseyResource>,org.apache.solr.handler.RequestHandlerBase> implements Serializable
    • Class org.apache.solr.core.RequestParams.VersionedParams

      class VersionedParams extends org.apache.solr.common.params.MultiMapSolrParams implements Serializable
      • Serialized Fields

        • paramSet
          org.apache.solr.core.RequestParams.ParamSet paramSet
    • Exception Class org.apache.solr.core.SolrCoreInitializationException

      class SolrCoreInitializationException extends org.apache.solr.common.SolrException implements Serializable
    • Exception Class org.apache.solr.core.SolrResourceNotFoundException

      class SolrResourceNotFoundException extends IOException implements Serializable
  • Package org.apache.solr.embedded

  • Package org.apache.solr.handler

    • Class org.apache.solr.handler.AnalyzeEvaluator

      class AnalyzeEvaluator extends org.apache.solr.client.solrj.io.eval.SourceEvaluator implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • analyzer
          org.apache.lucene.analysis.Analyzer analyzer
        • analyzerField
          String analyzerField
        • fieldName
          String fieldName
    • Class org.apache.solr.handler.CatStream

      class CatStream extends org.apache.solr.client.solrj.io.stream.TupleStream implements Serializable
      • Serialized Fields

        • allFilesToCrawl
          Iterator<org.apache.solr.handler.CatStream.CrawlFile> allFilesToCrawl
        • chroot
          Path chroot
        • commaDelimitedFilepaths
          String commaDelimitedFilepaths
        • context
          org.apache.solr.client.solrj.io.stream.StreamContext context
        • currentFileLines
          org.apache.commons.io.LineIterator currentFileLines
        • currentFilePath
          org.apache.solr.handler.CatStream.CrawlFile currentFilePath
        • linesReturned
          int linesReturned
        • maxLines
          int maxLines
    • Class org.apache.solr.handler.ClassifyStream

      class ClassifyStream extends org.apache.solr.client.solrj.io.stream.TupleStream implements Serializable
      • Serialized Fields

        • analyzer
          org.apache.lucene.analysis.Analyzer analyzer
        • analyzerField
          String analyzerField
        • docStream
          org.apache.solr.client.solrj.io.stream.TupleStream docStream
        • field
          String field
        • idfs
          List<Double> idfs
        • modelStream
          org.apache.solr.client.solrj.io.stream.TupleStream modelStream
        • modelTuple
          org.apache.solr.client.solrj.io.Tuple modelTuple
        • modelWeights
          List<Double> modelWeights
        • termToIndex
          Map<String,Integer> termToIndex
    • Class org.apache.solr.handler.ExportHandler.ExportHandlerStreamFactory

      class ExportHandlerStreamFactory extends org.apache.solr.handler.SolrDefaultStreamFactory implements Serializable
    • Class org.apache.solr.handler.GraphHandler.DummyErrorStream

      class DummyErrorStream extends org.apache.solr.client.solrj.io.stream.TupleStream implements Serializable
    • Class org.apache.solr.handler.GraphHandler.TimerStream

      class TimerStream extends org.apache.solr.client.solrj.io.stream.TupleStream implements Serializable
      • Serialized Fields

        • begin
          long begin
        • tupleStream
          org.apache.solr.client.solrj.io.stream.TupleStream tupleStream
    • Class org.apache.solr.handler.HaversineMetersEvaluator

      class HaversineMetersEvaluator extends org.apache.solr.client.solrj.io.eval.RecursiveEvaluator implements Serializable
      serialVersionUID:
      1L
    • Class org.apache.solr.handler.SolrDefaultStreamFactory

      class SolrDefaultStreamFactory extends org.apache.solr.client.solrj.io.stream.expr.DefaultStreamFactory implements Serializable
      • Serialized Fields

        • solrResourceLoader
          org.apache.solr.core.SolrResourceLoader solrResourceLoader
    • Class org.apache.solr.handler.StreamHandler.DaemonCollectionStream

      class DaemonCollectionStream extends org.apache.solr.client.solrj.io.stream.TupleStream implements Serializable
      • Serialized Fields

        • it
          Iterator<org.apache.solr.client.solrj.io.stream.DaemonStream> it
    • Class org.apache.solr.handler.StreamHandler.DaemonResponseStream

      class DaemonResponseStream extends org.apache.solr.client.solrj.io.stream.TupleStream implements Serializable
      • Serialized Fields

        • message
          String message
        • sendEOF
          boolean sendEOF
    • Class org.apache.solr.handler.StreamHandler.DummyErrorStream

      class DummyErrorStream extends org.apache.solr.client.solrj.io.stream.TupleStream implements Serializable
    • Class org.apache.solr.handler.StreamHandler.TimerStream

      class TimerStream extends org.apache.solr.client.solrj.io.stream.TupleStream implements Serializable
      • Serialized Fields

        • begin
          long begin
        • tupleStream
          org.apache.solr.client.solrj.io.stream.TupleStream tupleStream
  • Package org.apache.solr.handler.component

  • Package org.apache.solr.schema

    • Exception Class org.apache.solr.schema.ManagedIndexSchema.FieldExistsException

      class FieldExistsException extends org.apache.solr.common.SolrException implements Serializable
    • Exception Class org.apache.solr.schema.ManagedIndexSchema.SchemaChangedInZkException

      class SchemaChangedInZkException extends org.apache.solr.common.SolrException implements Serializable
  • Package org.apache.solr.search

    • Exception Class org.apache.solr.search.CancellableCollector.QueryCancelledException

      class QueryCancelledException extends RuntimeException implements Serializable
    • Exception Class org.apache.solr.search.EarlyTerminatingCollectorException

      class EarlyTerminatingCollectorException extends RuntimeException implements Serializable
      serialVersionUID:
      5939241340763428118L
      • Serialized Fields

        • numberCollected
          int numberCollected
        • numberScanned
          int numberScanned
    • Exception Class org.apache.solr.search.IncompleteRerankingException

      class IncompleteRerankingException extends RuntimeException implements Serializable
    • Class org.apache.solr.search.QueryContext

      class QueryContext extends IdentityHashMap implements Serializable
      • Serialized Fields

        • closeHooks
          IdentityHashMap<Closeable,String> closeHooks
        • indexSearcher
          org.apache.lucene.search.IndexSearcher indexSearcher
        • searcher
          org.apache.solr.search.SolrIndexSearcher searcher
    • Exception Class org.apache.solr.search.QueryLimitsExceededException

      class QueryLimitsExceededException extends org.apache.lucene.index.ExitableDirectoryReader.ExitingReaderException implements Serializable
    • Exception Class org.apache.solr.search.SyntaxError

      class SyntaxError extends Exception implements Serializable
  • Package org.apache.solr.update.processor

    • Exception Class org.apache.solr.update.processor.DistributedUpdateProcessor.DistributedUpdatesAsyncException

      class DistributedUpdatesAsyncException extends org.apache.solr.common.SolrException implements Serializable
      • Serialized Fields

        • errors
          List<org.apache.solr.update.SolrCmdDistributor.SolrError> errors
  • Package org.apache.solr.util