From solr-user-return-138890-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Thu Feb 8 08:29:33 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 0069918064F for ; Thu, 8 Feb 2018 08:29:33 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E4624160C4A; Thu, 8 Feb 2018 07:29:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 362F5160C3D for ; Thu, 8 Feb 2018 08:29:32 +0100 (CET) Received: (qmail 36127 invoked by uid 500); 8 Feb 2018 07:29:30 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Delivered-To: moderator for solr-user@lucene.apache.org Received: (qmail 7419 invoked by uid 99); 8 Feb 2018 06:21:26 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.879 X-Spam-Level: * X-Spam-Status: No, score=1.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=1r/GhbJ3yF3paeF2TZGdTKUiT3QgUEcUCH5fgPu0bT0=; b=CX8C6IWBVZ9kMTYJFAbSO8c/tgQj++TdWrW9mHFYP3BS8hasYZL8WNCKnclOhvj7xS S+OIV+4bJ/A62Pc/CL2W/e4kAkxE6Mq67wdvlr+ZREvNoPEBPJy5sFQnlBNyUtHwK/hK rJiHLHbfStrYvnRwViYU8U5tA6L5mWgRv0nlknziCmkGaDBI2kiW8+3dB4Zhu81JmYRQ 5ipg96AQ2o6j2GHHATPWIX0eiaLEoNdr6n8rxMKq2SUZEk+vKdQEoUnBNXqvvq1F8YP/ AMxL1WTGNh3Y32iOmeJUe3OX60tlFvwzH6u7fPz7yRKUKJ7Nzm/VigWfbP5AHT7EFP3J IIkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1r/GhbJ3yF3paeF2TZGdTKUiT3QgUEcUCH5fgPu0bT0=; b=rHIISRi4o28BKxJl4h4LNXuyycw9sLDzcc50t59D4773p7jj5kGVBq3pUkdigWlFGn U25e15hRc8ztOW4K5UquuEOg19Blce5ZG8DM9fHYwPm2cEntiJYvAO1cLMtuJG0Xodh4 jN70E/oVubWfoCd175rYYwstDhTr0N0cx4l2w06fRBovmlK1LVeeSh5gqvLMMizNYH7L P0JpkGDYHAR2JR39B3GK6FKGoldZvVvSneLSdQEtJbC2oP9bmhD1sP72K78aOeF8KxXl lXlrAFc0eul3tXVu66f63QL21APDrhs/fNJ3g6G8mIzQTS0cQBgL3f21USrLtEkjZGFB f+JQ== X-Gm-Message-State: APf1xPDw85PVcpu5Lw3dKNBfIgn2o2WvMf1ozjL2DBQL/BTrwcWE/CG9 1YjTrQ4VIS1MAV3ndFpl8to5FtBnt2QGVR4OfxDd7H8p X-Google-Smtp-Source: AH8x226CJxw9TEoSOi8cuZ8IBXKJ7vlExThzK/qLF2gqYflZv1juEL5YWMiZO9/g0DURXQklYfyAXEoR6cklkUVRdsY= X-Received: by 10.31.14.85 with SMTP id 82mr7523578vko.74.1518070878534; Wed, 07 Feb 2018 22:21:18 -0800 (PST) MIME-Version: 1.0 From: Deepthi P Date: Thu, 8 Feb 2018 01:21:18 -0500 Message-ID: Subject: Design Question To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary="001a1143154c7581670564ad6beb" --001a1143154c7581670564ad6beb Content-Type: text/plain; charset="UTF-8" I have a dictionary of 20000 ID's and their description which is in a collection. There is another solr collection in which each document have 10 or more ID's(multi valued field). I would like to text search in the dictionary and bring back the matched ID's and search these ID's in solr collection. For example if I search for 'fox' in the dictionary collection and it returns 40 ID's, I would like to sent these 40 ID's to solr collection and bring back documents that have these ID's.Please suggest the best way to implement this. --001a1143154c7581670564ad6beb--