I'm new to the Solr concept. I know that values are stored in key-value pairs in Solr, but there are so many things which are confusing in the solr.impex
.
I wanted to know the clear use of the words.
In SolrIndexedType
, you defined the type (e.g. Product type) to be indexed.
In SolrIndexedProperty
, you define the attributes of the type (e.g. code, name, and description of Product) that you want to index. Here, define the type (e.g. string, boolean) of the attribute, how it will be indexed into Solr, and some other attributes.