Re: How to handle List in Solr 6.6

2018-11-06 Thread Shawn Heisey
On 11/6/2018 12:52 AM, waseem-farooqui wrote: { "document": "Fuzzy based semantic search.pdf", "md5Hash": "md5", "rated": [ { "user": "John", "comments": "Not Very useful", "rating": 2, "date":

Re: How to handle List in Solr 6.6

2018-11-06 Thread Tim Underwood
Hi, It sounds like you are looking for the "Nested Child Documents"[1] and "Block Join Query Parsers"[2] features in Solr. The terminology is weird (block join, child/of, parent/which) but it should do what you want. Do take note of the warning in the docs: One limitation of indexing nested

How to handle List in Solr 6.6

2018-11-06 Thread waseem-farooqui
I am new with Solr and using Spring-data-solr to store my complete **pdf** files with its contents now there raise a situation in which I want to store the file rating, that can be rate by list of users means I would have object something like this in my **DataModel** `List` in which `FileRating`