Re: Embedded documents in solr

2017-07-18 Thread Susheel Kumar
How many availabilities.day can be there for a single document? Is it for a week/month/year? On Tue, Jul 18, 2017 at 4:21 AM, Swapnil Pande wrote: > Hi , > I am new to solr. I am facing a problem for embedding documents to solr. I > dont want to use solr joins. > The

Embedded documents in solr

2017-07-18 Thread Swapnil Pande
Hi , I am new to solr. I am facing a problem for embedding documents to solr. I dont want to use solr joins. The document is similar to {"name":string, availabilities:[{"day":Date,"status":0}..{}]} I want to index the array and search with queries like 1) where name = 'xyz' and