Best way to get payloads

2008-05-22 Thread Eran Sevi
Hi, I'm running a SpanQuery and get the Spans result which tell me the documents and positions of what I searched for. I would now like to get the payloads in those documents and positions without having to iterate on TermPositions since I don't have a term but I do have the document and position.

Re: Best way to get payloads

2008-05-22 Thread Grant Ingersoll
Unfortunately, I haven't had time to work on https://issues.apache.org/jira/browse/LUCENE-1001 There is a _HALF BAKED_ patch up there, but I got stuck on it at the time due to not being sure how to handle NearSpans and haven't had a chance to go back to it. I do believe it is possible to ex

Re: Best way to get payloads

2008-05-23 Thread Karl Wettin
Is this perhaps sort of pre-written response to the question on SpanNearQuery I sent just a minute ago? karl 22 maj 2008 kl. 15.00 skrev Grant Ingersoll: Unfortunately, I haven't had time to work on https://issues.apache.org/jira/browse/LUCENE-1001 There is a _HALF BAKED_ patch up ther