> > In solrindex-mapping.xml I am mapping lastModified to a field "changed" > > in > > > > Solr: > > <field dest="changed" source="lastModified"/> > > I bump in with a documentation question (not offering any solution to the > problem): > > My default expectation is that this mapping is only required to change the > name. i.e., currently solrindex-mapping.xml doens't define any mapping for > lastModified and so I assume it'll behave the same as if <field > dest="lastModified" source="lastModified"/> was defined (i.e. map to to > same name in nutch), but if it was so why is <field dest="content" > source="content"/> redundantly listed? > > Or should one specify every field that wants to end-up in the index with a > field entry in solrindex-mapping.xml, somewhat redudant given the listings > in schema.xml?
It's not required to list every field. Unmapped fields are written anyway.

