blob: b0330a954755db6d2159ba8c89f9b1d1eaf4024e [file] [log] [blame]
= Solr Field Types
:page-children: field-type-definitions-and-properties, field-types-included-with-solr, working-with-currencies-and-exchange-rates, working-with-dates, working-with-enum-fields, working-with-external-files-and-processes, field-properties-by-use-case
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
The field type defines how Solr should interpret data in a field and how the field can be queried. There are many field types included with Solr by default, and they can also be defined locally.
Topics covered in this section:
* <<field-type-definitions-and-properties.adoc#,Field Type Definitions and Properties>>
* <<field-types-included-with-solr.adoc#,Field Types Included with Solr>>
* <<working-with-currencies-and-exchange-rates.adoc#,Working with Currencies and Exchange Rates>>
* <<working-with-dates.adoc#,Working with Dates>>
* <<working-with-enum-fields.adoc#,Working with Enum Fields>>
* <<working-with-external-files-and-processes.adoc#,Working with External Files and Processes>>
* <<field-properties-by-use-case.adoc#,Field Properties by Use Case>>
TIP: See also the {solr-javadocs}/solr-core/org/apache/solr/schema/FieldType.html[FieldType Javadoc].