Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 56805 invoked from network); 17 Sep 2010 23:24:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Sep 2010 23:24:58 -0000 Received: (qmail 69984 invoked by uid 500); 17 Sep 2010 23:24:56 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 69919 invoked by uid 500); 17 Sep 2010 23:24:55 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 69910 invoked by uid 99); 17 Sep 2010 23:24:55 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Sep 2010 23:24:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of goksron@gmail.com designates 74.125.82.176 as permitted sender) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Sep 2010 23:24:32 +0000 Received: by wyf23 with SMTP id 23so4121029wyf.35 for ; Fri, 17 Sep 2010 16:24: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:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=3cD3sEpUUCkyuHuagwFjSroZCUsBkEN19dhcDJZJxVg=; b=b3tejcXpf8vdfgt/Bioiy/a/XrlsFyszp8czzviYBDio9Cwh5hASWP7o9RBAZI1jbh osEvcKv56FtfGH3hg5p1jmgsQRoD0BBOsKy2qUpQPUHabYQKb+DLqHIHksstTagcTgmj sElo68aOgYHiTENWQQlvzcf/lV6ByPc4jqtHs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=HXR+rFh6wb1VFVOkS4o8rxk2MFg6nziKlpsXyVu23HduI57sCHoW0W3Jk/ot3NR4hq 8jac54BXAQ1gt6u+8pRPs6jEMxC6dw9DoXTEPOTq1WIdEerIEn8B8xC4fz1waqfn8x+c 1WCO2kvcXqCSM8rfuCZcDhkKJ1O4w3i9c7+Ps= MIME-Version: 1.0 Received: by 10.216.158.12 with SMTP id p12mr436742wek.48.1284765852557; Fri, 17 Sep 2010 16:24:12 -0700 (PDT) Received: by 10.216.133.21 with HTTP; Fri, 17 Sep 2010 16:24:12 -0700 (PDT) In-Reply-To: References: Date: Fri, 17 Sep 2010 16:24:12 -0700 Message-ID: Subject: Re: Connection question From: Lance Norskog To: java-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org This can probably be done. The hardest part is cross-correlating your Lucene analyzer use with the Solr analyzer stack definition. There are a few things Lucene does that Solr doesn't- span queries for one. Lance On Fri, Sep 17, 2010 at 12:39 PM, Christopher Gross wro= te: > Yes, I'm asking about network connections. > > Are you aware of any documentation on how I can set up Solr to use the > Lucene index that I already have? > > Thanks! > > -- Chris > > > > On Fri, Sep 17, 2010 at 3:02 PM, Ian Lea wrote: >> Are you asking about network connections? =C2=A0There is no networking >> built into lucene. =C2=A0There is in solr, and lucene can use directorie= s >> on networked file systems. >> >> >> -- >> Ian. >> >> >> On Fri, Sep 17, 2010 at 6:08 PM, Christopher Gross w= rote: >>> I'm trying to connect to a Lucene index on a test server. =C2=A0All of = the >>> examples that I've found use a local directory to connect into the >>> Lucene index, but I can't find one that will remotely hook into it. >>> >>> Can someone please point me in the right direction? =C2=A0I'm fairly >>> certain that someone has run into and fixed this problem, but I >>> haven't been able to find a way to do it. >>> >>> Thanks for your help! >>> >>> -- Chris >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org >>> For additional commands, e-mail: java-user-help@lucene.apache.org >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org >> For additional commands, e-mail: java-user-help@lucene.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --=20 Lance Norskog goksron@gmail.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org