Re: multivalued : how to get file names

2010-02-16 Thread Kranti™ K K Parisa
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/

Re: multivalued : how to get file names

2010-02-16 Thread Erick Erickson
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

multivalued : how to get file names

2010-02-16 Thread Kranti™ K K Parisa
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 (