that has answered my concern about the index size/duplicated data.
but the other one is about presenting the search results, results should be
one with list of files. so in this case I would need to write some logic
before showing the results right? (may be like comparing each result
solrdocument/
Unless you have *evidence* that the indexing each pdf with
the form data as a single SOLR document is a problem,
I would just index the fields with each document rather
than try to index the PDFs as multivalued. The space
used by duplicating the form field data is probably a
tiny fraction of the da
Hi,
When we index using SOLR, we have an option called multivalued. How does
that work with multiple files associated with same document.
For example: submiting a form with some fields + list of pdf files
index process:
1) considering all the form fields as individual solr input document fields
(