Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 4391 invoked from network); 11 Oct 2010 08:41:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Oct 2010 08:41:41 -0000 Received: (qmail 50946 invoked by uid 500); 11 Oct 2010 08:41:39 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 50913 invoked by uid 500); 11 Oct 2010 08:41:39 -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 Received: (qmail 50905 invoked by uid 99); 11 Oct 2010 08:41:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 08:41:38 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of mccloud35@gmail.com designates 209.85.160.48 as permitted sender) Received: from [209.85.160.48] (HELO mail-pw0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Oct 2010 08:41:32 +0000 Received: by pwi1 with SMTP id 1so424193pwi.35 for ; Mon, 11 Oct 2010 01:41:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=IIUM4M0gv354QPhi5jbnNGRNjjckmwaA3a2HN5d1qmE=; b=bhNvNRwuIUv3UWv3VN/33+a5+/OpD0w0UBasHATiXoZO01iGiiYG1UVbxyiSwnC++I 53cKYG18om5ALF+4bv518lhaBld/XHmoCusCTGQ27qU7/5wVYL/dJLS5Ml4vnVsHAO+i LhPmefIiZtX4P3H0aktry86TTDQVMuw4W6Uzc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AHqrAF1rng55EtlkrBdfLp3UJV2vn1mPrEJ33RILxqCfWq8iez51WlYrRy3Gf2SBgo nNMy/bpaHMMRYtRYuSpV7IJUcOYboqK8lqeGW6gvY1GhPaHMV9TY3r3bR035ODVvRJuS P/zEwezvCtAdp1WBvobVNY5XwGvJ+jqrI5pp4= MIME-Version: 1.0 Received: by 10.142.43.14 with SMTP id q14mr4960067wfq.221.1286786471870; Mon, 11 Oct 2010 01:41:11 -0700 (PDT) Received: by 10.143.5.5 with HTTP; Mon, 11 Oct 2010 01:41:11 -0700 (PDT) Date: Mon, 11 Oct 2010 14:11:11 +0530 Message-ID: Subject: How to manage different indexes for different users From: Tharindu Mathew To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=000e0cd2dc948ec0a404925352b0 --000e0cd2dc948ec0a404925352b0 Content-Type: text/plain; charset=ISO-8859-1 Hi everyone, I'm using solr to integrate search into my web app. I have a bunch of users who would have to be given their own individual indexes. I'm wondering whether I'd have to append their user ID as I index a file. I'm not sure which approach to follow. Is there a sample or a doc I can read to understand how to approach this problem? Thanks in advance. -- Regards, Tharindu --000e0cd2dc948ec0a404925352b0--