for a reference to some examples: https://wiki.apache.org/solr/Join
sor youd want something like: q={!join+from=fid=fid}i <http://localhost:8983/solr/select?q={!join+from=manu_id_s+to=id}ipod>d:ZZZ i dont have much experience with this function however On Wed, Feb 22, 2017 at 4:40 PM, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > Sounds like two clauses with the second clause being a JOINT search > where you match by ID and then join on FID. > > Would that work? > > Regards, > Alex. > ---- > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 22 February 2017 at 16:27, Bruno Mannina <bmann...@free.fr> wrote: > > > > > > Hello all, > > > > > > > > I'm facing a problem that I would like to know if it's possible to do it > > with one request in SOLR. > > > > I have SOLR 5. > > > > > > > > I have docs with several fields but here two are useful for us. > > > > Field 1 : id (unique key) > > > > Field 2 : fid (family Id) > > > > > > > > i.e: > > > > > > > > id:XXX > > > > fid: 1254 > > > > > > > > id: YYY > > > > fid: 1254 > > > > > > > > id: ZZZ > > > > fid:3698 > > > > > > > > id: QQQ > > > > fid: 3698 > > > > . > > > > > > > > I request only by id in my project, and I would like in my result have > also > > all docs that have the same fid . > > > > i.e. if I request : > > > > ..q=id:ZZZ&. > > > > > > > > I get the docs ZZZ of course but also QQQ because QQQ_fid = ZZZ_fid > > > > > > > > MoreLikeThis, Group, etc. don't answer to my question (but may I don't > know > > how to use it to do that) > > > > > > > > Thanks for your help, > > > > > > > > Bruno > > > > > > > > > > > > > > > > --- > > L'absence de virus dans ce courrier électronique a été vérifiée par le > logiciel antivirus Avast. > > https://www.avast.com/antivirus >