Your use case should not start from data stored, but from the queries
you want to search. Then you massage your data to fit that.
Don't worry too much about 'duplicate' too much at this stage. You
could delete the historical records if needed. Or index them without
storing.
What you should try to
My recommendation is to put that data in a relational database. That does not
look like an appropriate use for Solr.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On Sep 12, 2018, at 1:10 PM, Samatha Sajja
> wrote:
>
> Hi,
>
> I have a use case wh