Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 692B411925 for ; Mon, 9 Jun 2014 03:21:15 +0000 (UTC) Received: (qmail 15888 invoked by uid 500); 9 Jun 2014 03:21:13 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 15814 invoked by uid 500); 9 Jun 2014 03:21:13 -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 15803 invoked by uid 99); 9 Jun 2014 03:21:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 03:21:13 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.w.smiley@gmail.com designates 209.85.213.53 as permitted sender) Received: from [209.85.213.53] (HELO mail-yh0-f53.google.com) (209.85.213.53) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2014 03:21:11 +0000 Received: by mail-yh0-f53.google.com with SMTP id b6so729038yha.40 for ; Sun, 08 Jun 2014 20:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mIbSfbxuLaEU3fRB5eGaZ0F1bdKcgmCEQVpFIomU+zA=; b=h+DYsxbskXgBshcpTD5s/u97VqYrrRxSr9h+hC9hvvPhFSJIxDRhlp/+hminhTvevo cNObhAXTN2bvehY5fSHNEsetzhtSMFpMiQwE0kFZAhfwKSBELdmm4oCv+WC6wakjr4/K yUj7idBpczLYezwbLMqx1DPvdeEPkszQCNbd0Bm3E6dnP0xsNLGyXQU5vffpZdp4OmLz Ea/z4ZGaD2Fh7HDeus7AxNMaBotMY4bfziR3pwJyb8bcd+3+K6e0WS/s1VpE8cPi33+h A/wvi3Mfc+wQvUxv1G4BrIYBX2zEOsO5ZGPZyJcWZhX+eIG50EFYQhEXAZ13Kutpaltl SsNg== MIME-Version: 1.0 X-Received: by 10.236.1.36 with SMTP id 24mr10505599yhc.45.1402284046963; Sun, 08 Jun 2014 20:20:46 -0700 (PDT) Received: by 10.170.50.82 with HTTP; Sun, 8 Jun 2014 20:20:46 -0700 (PDT) In-Reply-To: <1402261206090-4140673.post@n3.nabble.com> References: <1402204228651-4140616.post@n3.nabble.com> <1402261206090-4140673.post@n3.nabble.com> Date: Sun, 8 Jun 2014 23:20:46 -0400 Message-ID: Subject: Re: Lucene Spatial Question: How to retrieve all results within a bounding box? From: "david.w.smiley@gmail.com" To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a1133db947e5bb404fb5eb2e3 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133db947e5bb404fb5eb2e3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yes; as I said in my last sentence: "You=E2=80=99ll see a difference of Doc= ument vs StoredDocument with 4x=E2=80=9D. As to SimpleCollector not being in 4x (I didn=E2=80=99t check but I=E2=80= =99ll take your word for it) =E2=80=94 the bottom line is that you need to write a Collecto= r, and a simple one at that. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Sun, Jun 8, 2014 at 5:00 PM, parth_n wrote: > Thanks a lot for the reply David! > > I am having some problems executing this code. I am using 4.8.1. I tried > looking for StoredDocument and SimpleCollector in the source code but > couldn't find them. Am I missing something? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Lucene-Spatial-Question-How-to-efficie= ntly-retrieve-all-results-within-a-bounding-box-tp4140616p4140673.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --001a1133db947e5bb404fb5eb2e3--