Uses of Package
org.apache.solr.schema
-
Packages that use org.apache.solr.schema Package Description org.apache.solr.cloud Classes for dealing with ZooKeeper when operating in SolrCloud mode.org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
sorg.apache.solr.handler Concrete implementations ofSolrRequestHandler
org.apache.solr.handler.admin.api V2 API implementations for "admin" APIs.org.apache.solr.handler.component SearchComponent
implementations for use inSearchHandler
org.apache.solr.handler.designer TheSchemaDesignerAPI
and supporting classes.org.apache.solr.highlight SolrHighlighter
API and related implementations and utilitiesorg.apache.solr.index Indexing related classes.org.apache.solr.jersey Jersey integration codeorg.apache.solr.parser Solr native variant of the Lucene Classic QueryParserorg.apache.solr.request APIs and classes for dealing with Solr requestsorg.apache.solr.response API and implementations ofQueryResponseWriter
for formatting Solr request responsesorg.apache.solr.response.transform APIs and implementations ofDocTransformer
for modifying documents in Solr request responsesorg.apache.solr.rest Solr RESTful APIs.org.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xmlorg.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.facet APIs and classes for the JSON Facet API.org.apache.solr.search.function Solr implementations ofValueSource
for function queries.org.apache.solr.search.grouping.distributed.command Internal classes used to implement distributed result groupingorg.apache.solr.search.grouping.distributed.shardresultserializer Internal classes used to implement distributed result groupingorg.apache.solr.search.join Classes related to joins.org.apache.solr.search.similarities Factories for various built-in Lucene ranking models.org.apache.solr.update APIs and classes for managing index updatesorg.apache.solr.update.processor UpdateRequestProcessorFactory
APIs and implementations for use inUpdateRequestProcessorChain
sorg.apache.solr.util Common utility classes used throughout Solr -
Classes in org.apache.solr.schema used by org.apache.solr.cloud Class Description ZkIndexSchemaReader Keeps a ManagedIndexSchema up-to-date when changes are made to the serialized managed schema in ZooKeeper -
Classes in org.apache.solr.schema used by org.apache.solr.core Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields. -
Classes in org.apache.solr.schema used by org.apache.solr.handler Class Description FieldType Base class for all field types used by an index schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields. -
Classes in org.apache.solr.schema used by org.apache.solr.handler.admin.api Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields. -
Classes in org.apache.solr.schema used by org.apache.solr.handler.component Class Description FieldType Base class for all field types used by an index schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.handler.designer Class Description FieldType Base class for all field types used by an index schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.IndexSchema.DynamicField ManagedIndexSchema Solr-managed schema - non-user-editable, but can be mutable via internal and external REST API requests.NumberType SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.highlight Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.index Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields. -
Classes in org.apache.solr.schema used by org.apache.solr.jersey Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields. -
Classes in org.apache.solr.schema used by org.apache.solr.parser Class Description FieldType Base class for all field types used by an index schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.request Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.response Class Description FieldType Base class for all field types used by an index schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.response.transform Class Description FieldType Base class for all field types used by an index schema. -
Classes in org.apache.solr.schema used by org.apache.solr.rest Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields. -
Classes in org.apache.solr.schema used by org.apache.solr.schema Class Description AbstractEnumField Abstract Field type for support of string values with custom sort order.AbstractEnumField.EnumMapping Models all the info contained in an enums config XML fileAbstractSpatialFieldType Abstract base class for Solr FieldTypes based on a Lucene 4SpatialStrategy
.AbstractSpatialPrefixTreeFieldType AbstractSubTypeFieldType An abstract base class for FieldTypes that delegate work to anotherFieldType
.CoordinateFieldType A CoordinateFieldType is the base class forFieldType
s that have semantics related to items in a coordinate system.CopyField CopyField
contains all the information of a valid copy fields in an index.CurrencyFieldType Field type for support of monetary values.CurrencyValue Represents a Currency field value, which includes a long amount and ISO currency code.DateValueFieldType Marker interface for Date-valued field types.DoubleValueFieldType Marker interface for double-valued field types.ExchangeRateProvider Interface for providing pluggable exchange rate providers to @CurrencyFieldFieldProperties FieldType Base class for all field types used by an index schema.FieldType.MultiValueSelector An enumeration representing various options that may exist for selecting a single value from a multivalued field.FloatPointField PointField
implementation forFloat
values.FloatValueFieldType Marker interface for float-valued field types.HasImplicitIndexAnalyzer Marker interface for field types that have an implicit (non-user-configurable) index-time schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.IndexSchema.DynamicCopy IndexSchema.DynamicField IndexSchema.DynamicReplacement IndexSchema.DynamicReplacement.DynamicPattern IndexSchema.SchemaProps.Handler IndexSchemaFactory Base class for factories for IndexSchema implementationsIndexSchemaFactory.VersionedConfig IntValueFieldType Marker interface for int-valued field types.LatLonPointSpatialField.LatLonPointSpatialStrategy LongValueFieldType Marker interface for long-valued field types.ManagedIndexSchema Solr-managed schema - non-user-editable, but can be mutable via internal and external REST API requests.ManagedIndexSchemaFactory Factory for ManagedIndexSchemaNumberType NumericFieldType NumericValueFieldType Marker interface for numeric-valued field types.PointField Provides field types to support for Lucene'sIntPoint
,LongPoint
,FloatPoint
andDoublePoint
.PreAnalyzedField.ParseResult This is a simple holder of a stored part and the collected states (tokens with attributes).PreAnalyzedField.PreAnalyzedParser Parse the input and return the stored part and the tokens with attributes.PrimitiveFieldType Abstract class defining shared behavior for primitive types Intended to be used as base class for non-analyzed fields like int, float, string, date etc, and set proper defaults for themSchemaAware An interface that can be extended to provide a callback mechanism for informing anIndexSchema
instance of changes to it, dynamically performed at runtime.SchemaField Encapsulates all information about a Field in a Solr SchemaSchemaManager A utility class to manipulate schema using the bulk mode.SchemaManager.OpType SimilarityFactory A factory interface for configuring aSimilarity
in the Solr schema.xml.SortableTextField SortableTextField
is a specialized form ofTextField
that supports Sorting and ValueSource functions, usingdocValues
built from the firstmaxCharsForDocValues
characters of the original (pre-analyzed) String values of this field.SpatialQueryable Indicate that the implementing class is capable of generating a Query against spatial resources.StrField TextField TextField
is the basic type for configurable text analysis.TrieField Deprecated.Trie fields are deprecated as of Solr 7.0ZkIndexSchemaReader Keeps a ManagedIndexSchema up-to-date when changes are made to the serialized managed schema in ZooKeeperZkIndexSchemaReader.SchemaWatcher Watches for schema changes and triggers updates in the ZkIndexSchemaReader. -
Classes in org.apache.solr.schema used by org.apache.solr.search Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.search.facet Class Description SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.search.function Class Description SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.search.grouping.distributed.command Class Description SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.search.grouping.distributed.shardresultserializer Class Description IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.search.join Class Description SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.search.similarities Class Description SimilarityFactory A factory interface for configuring aSimilarity
in the Solr schema.xml. -
Classes in org.apache.solr.schema used by org.apache.solr.update Class Description FieldType Base class for all field types used by an index schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.update.processor Class Description FieldType Base class for all field types used by an index schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.SchemaField Encapsulates all information about a Field in a Solr Schema -
Classes in org.apache.solr.schema used by org.apache.solr.util Class Description FieldType Base class for all field types used by an index schema.IndexSchema IndexSchema
contains information about the valid fields in an index and the types of those fields.