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 document is similar to > {"n

Re: embedded documents

2014-08-26 Thread Michael Pitsounis
August 25, 2014 1:59 PM > To: solr-user@lucene.apache.org > Subject: Re: embedded documents > > The simplest use case is to dump the entire json using split=/&f=/** . i am > planning to add an alias for the same (SOLR-6343) . > > The nested docs is missing now and we will need

Re: embedded documents

2014-08-25 Thread Jack Krupansky
solr-user@lucene.apache.org Subject: Re: embedded documents The simplest use case is to dump the entire json using split=/&f=/** . i am planning to add an alias for the same (SOLR-6343) . The nested docs is missing now and we will need to add it. A ticket needs to be opened On Mon, Aug 25, 2014 at

Re: embedded documents

2014-08-25 Thread Michael Pitsounis
Hi Jack, I uploaded the code for a friend here http://www.solrfromscratch.com/2014/08/20/embedded-documents-in-solr/ [it is not the latest code, i will update it in a couple of hours ] Multilevel nesting is supported, in case of arrays e.g personalities_json:[ {id:5}, {id:3} ] initial

Re: embedded documents

2014-08-25 Thread Noble Paul
gt; > IMHO, we need to be trying to make Solr more automatic and more > approachable, not an even more complicated "toolkit". > > -- Jack Krupansky > > -Original Message- From: Erik Hatcher > Sent: Monday, August 25, 2014 9:32 AM > > To: solr-user@luc

Re: embedded documents

2014-08-25 Thread Erik Hatcher
gt; > IMHO, we need to be trying to make Solr more automatic and more approachable, > not an even more complicated "toolkit". > > -- Jack Krupansky > > -Original Message- From: Erik Hatcher > Sent: Monday, August 25, 2014 9:32 AM > To: solr-user@lucene.apac

Re: embedded documents

2014-08-25 Thread Jack Krupansky
ng to make Solr more automatic and more approachable, not an even more complicated "toolkit". -- Jack Krupansky -Original Message- From: Erik Hatcher Sent: Monday, August 25, 2014 9:32 AM To: solr-user@lucene.apache.org Subject: Re: embedded documents Jack et al - there’s now

Re: embedded documents

2014-08-25 Thread Erik Hatcher
ent: Sunday, August 24, 2014 7:30 PM > To: solr-user@lucene.apache.org > Subject: Re: embedded documents > > See my Jira. It supports it via json.fsuffix=_json&wt=json > > http://mail-archives.apache.org/mod_mbox/lucene-dev/201304.mbox/%3CJIRA.12641293.1365394604231.125944.1365397

Re: embedded documents

2014-08-25 Thread Jack Krupansky
ky -Original Message- From: Bill Bell Sent: Sunday, August 24, 2014 7:30 PM To: solr-user@lucene.apache.org Subject: Re: embedded documents See my Jira. It supports it via json.fsuffix=_json&wt=json http://mail-archives.apache.org/mod_mbox/lucene-dev/201304.mbox/%3CJIRA.12641293.13653

Re: embedded documents

2014-08-24 Thread Bill Bell
See my Jira. It supports it via json.fsuffix=_json&wt=json http://mail-archives.apache.org/mod_mbox/lucene-dev/201304.mbox/%3CJIRA.12641293.1365394604231.125944.1365397875874@arcas%3E Bill Bell Sent from mobile > On Aug 24, 2014, at 6:43 AM, "Jack Krupansky" wrote: > > Indexing and query of r

Re: embedded documents

2014-08-24 Thread Jack Krupansky
Indexing and query of raw JSON would be a valuable addition to Solr, so maybe you could simply explain more precisely your data model and transformation rules. For example, when multi-level nesting occurs, what does your loader do? Maybe if the fielld names were derived by concatenating the fu