Documents,Fields和Schema
This section discusses how Solr organizes its data into documents and fields, as well as how to work with the Solr schema file, schema.xml . It includes the following topics:
Documents,Fields与Schema概述: An introduction to the concepts covered in this section.
Solr Field Type: Detailed information about field types in Solr, including the field types in the default Solr schema.
定义 Fields: Describes how to define fields in Solr.
拷贝 Fields: Describes how to populate fields with data copied from another field.
动态 Fields: Information about using dynamic fields in order to catch and index fields that do not exactly conform to other field definitions in your schema.
Schema API: Use curl commands to read various parts of a schema or create new fields and copyField rules.
Schema元素: Describes other important elements in the Solr schema.
零件组装: A higher-level view of the Solr schema and how its elements work together.
DocValues: Describes how to create a docValues index for faster lookups.
Schemaless模式: Automatically add previously unknown schema fields using value-based field type guessing.