Re: join and faceting

2016-05-26 Thread Zaccheo Bagnati
Thank you for your answer but I'm not sure I've understood: document.type is not in the same core as annotations, how can I facet on that field? Il giorno gio 26 mag 2016 alle ore 14:06 Upayavira ha scritto: > > > On Thu, 26 May 2016, at 01:02 PM, Zaccheo Bagnati wrote: > > Hi all, > > I have a

Re: join and faceting

2016-05-26 Thread Upayavira
On Thu, 26 May 2016, at 01:02 PM, Zaccheo Bagnati wrote: > Hi all, > I have a SOLR core containing documents: > document (id, type, text) > and a core containing annotations (each document has 0 or more > annotations): > annotation (id, document_id, user, text) > > I can filter annotations on

join and faceting

2016-05-26 Thread Zaccheo Bagnati
Hi all, I have a SOLR core containing documents: document (id, type, text) and a core containing annotations (each document has 0 or more annotations): annotation (id, document_id, user, text) I can filter annotations on document fields using JoinQueryParser but how can I create a faceting? Let'

Join and faceting by children's attributes

2011-11-16 Thread Tobias
tprocess in my client application, so that I know that "red" and "blue" are "color"s and "40" and "42" are "size"s. I thought that you cracks might have an idea on how to continue from there. Best, Tobias -- View this message in contex