Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 52103 invoked from network); 12 Sep 2009 12:40:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Sep 2009 12:40:59 -0000 Received: (qmail 16427 invoked by uid 500); 12 Sep 2009 12:40:59 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 16326 invoked by uid 500); 12 Sep 2009 12:40:58 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 16318 invoked by uid 99); 12 Sep 2009 12:40:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2009 12:40:58 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markrmiller@gmail.com designates 74.125.92.27 as permitted sender) Received: from [74.125.92.27] (HELO qw-out-2122.google.com) (74.125.92.27) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Sep 2009 12:40:48 +0000 Received: by qw-out-2122.google.com with SMTP id 9so633412qwb.53 for ; Sat, 12 Sep 2009 05:40:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=I4Iy8Z/gKBAdSowiN8GjAOoL0uUpIP053IaiGnfDmcU=; b=BLxaZ4uHqZQyMoFUZImC/1PGkBtQyBxN5BOZadk8sOguO5YqUWsuv/rNzxUIt/92zi uX8+nn5bTNh1rs6c5jz2Pao8/tPeX3gOkHfKDEJ/UtkflHmI7sB6HRey0dI7FU81nZOI 9T1Q+EdrQtH5gosCQ0gcsfWBL6qUom250YEf0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=EENLktQn4AT8+mCLJ1AWGDyVNqYBojYoYVsGI+R8tT7lHrX7fGuaI2w48q+oQ9nR17 1K9f9gvarX60kCIbwpE2KV0JfoXPFMArz8mNQzefsWLtOwc2iw3u781QPGG9+8tO4rpd DKFDEldKOvaHwwL+EWlmUnZa/bZW4flUNyBiY= Received: by 10.224.88.166 with SMTP id a38mr3685609qam.29.1252759227179; Sat, 12 Sep 2009 05:40:27 -0700 (PDT) Received: from ?192.168.1.108? (ool-44c639d9.dyn.optonline.net [68.198.57.217]) by mx.google.com with ESMTPS id 8sm1721568qwj.18.2009.09.12.05.40.25 (version=SSLv3 cipher=RC4-MD5); Sat, 12 Sep 2009 05:40:26 -0700 (PDT) Message-ID: <4AAB96BC.6070107@gmail.com> Date: Sat, 12 Sep 2009 08:40:28 -0400 From: Mark Miller User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Re: SpanNearQuery's spans & payloads References: <9ac0c6aa0909111132s69804fa5vbf5590ea6181ef7a@mail.gmail.com> <4AAAA630.4030308@gmail.com> <9ac0c6aa0909111302w558b5a1fn8d9fe74f421898a3@mail.gmail.com> <4AAB2387.1050801@gmail.com> <9ac0c6aa0909120212p3723cc58n4ac5ca18b9a0c1c3@mail.gmail.com> In-Reply-To: <9ac0c6aa0909120212p3723cc58n4ac5ca18b9a0c1c3@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Michael McCandless wrote: > OK thanks for the responses. This is indeed tricky stuff! > > On Sat, Sep 12, 2009 at 12:28 AM, Mark Miller wrote: > > >> They start at the left and march right - each Span always starting >> after the last started, >> > > That's not quite always true -- eg I got span 1-8, twice, once I added > "b" as a clause to the SNQ. > Mmm - right - depends on how you look at it I think - it is less simple with terms at multiple positions, in that now each Span doesn't start in the *position* after the last - but if you line up the terms like you did, its still the same - the first 1 - 8 starts at the first term at pos 1, and the next 1 to 8 starts at the seconds term at pos 1. One starts after the other (though if you think Lucene positions, I realize they virtually start at the same spot). > >> You might want exhaustive for highlighting as well - but its >> different algorithms ... >> > > Yeah, how we would represent spans for highlighting is tricky... we > had discussed this ("how to represent spans for aggregate queries") > recently, I think under LUCENE-1522. > > I think we'd have to return a tree structure, that mirrors the query's > tree structure, to hold the spans, rather than try to enumerate > ("denormalize") all possible expansions. Each leaf node would hold > actual data (position, term, payload, etc.), and then the tree nodes > would express how they are and/ord/near'd together. My app could then > walk the tree to compute any combination I wanted. > > >> In the end, I accepted my definition of works as - when I ask for >> the payloads back, will I end up with a bag of all the payloads that >> the Spans touched. I think you do. >> > > Yeah I think you do, except each payload is only returned once. So > it's only the first span that hits a payload that will return it. > > So it sounds like SNQ just isn't guaranteed to be exhaustive in how it > enumerates the spans, eg I'll never see that 2nd occurrence of "k", > nor its associated payload. > Not only not guaranteed, but its just not going to happen - its not how spans match. If I say find n within 300 of m with the following: n m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m m Only the first m will match. It will start at the left, find the n, then say great, an m within 300, this doc matches, we are done. There is not another n to start on or finish on to the right. It doesn't then touch the next 300 m's - just they way Doug implemented them from what I can tell. Its only exhaustive from the left - find m within 300 of n, order matters (m first) m m m m m m m m m m m m m m m m m m n This will be a bunch of spans - start at the left - the first m to n matches, then the second m - n matches, then the third m to n matches, and so on as we move right. > For now I'll just match this behavior ("can only load payload once") > in all codecs in LUCENE-1458... the test passes again once I do that. > > >> I meant, all those Spans came from one query - so you got your bag >> of payloads right? If each Span was a separate entity, it would >> obviously be way wrong - but from a single SpanQuery, at least you >> got all the payloads in some form :) >> > > Right, this is all one query... but the payload for the 2nd > occurrence of "k" was never included in any span so I didn't get "all" > payloads. > You got all the payloads the query matched - I think you need a different query (or we change the Spans algorithm completely) > Maybe if/once we incorporate spans into Lucene's normal queries > (optionally, so there's no performance hit if you don't ask for them) > we can re-visit these issues. > > Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > > -- - Mark http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org