Huawei
H13-723_V2.0 · Question #76
When designing a certain collection of Solr, you need to design its Schema, and realize the design of the Schema by configuring the schema.xml file. What is wrong about the Schema statement below?
The correct answer is D. copyField can be defined as follows. See the full explanation below for the reasoning.
Question
When designing a certain collection of Solr, you need to design its Schema, and realize the design of the Schema by configuring the schema.xml file. What is wrong about the Schema statement below?
Options
- ASchema is similar to the table structure in a relational database. It is used to define the structure
- BFor fields that do not need to store the original value, the stored attribute can be set to false.
- CFor a field of the same document, there are multiple values, and they all need to be retained, then
- DcopyField can be defined as follows:
How the community answered
(63 responses)- A5% (3)
- B8% (5)
- C16% (10)
- D71% (45)
Community Discussion
No community discussion yet for this question.