Re: customized SpanQuery Payload usage

2009-11-25 Thread Christopher Tignor
The problem is that I need to be able to match spans resulting from a a SpanNearQuery with the Term they came from so I can eliminate using Payloads from certain Terms on a query-by-query basis. I still need this term to effect the results of a NearSpanQuery as per the usual logic, I just need to

Re: customized SpanQuery Payload usage

2009-11-25 Thread Grant Ingersoll
On Nov 24, 2009, at 9:56 AM, Christopher Tignor wrote: > Hello, > > For certain span queries I construct problematically by piecing together my > own SpanTermQueries I would like to enforce that Payload data is not > returned for matches on those specific terms used by the constituent > SapnTerm

customized SpanQuery Payload usage

2009-11-24 Thread Christopher Tignor
Hello, For certain span queries I construct problematically by piecing together my own SpanTermQueries I would like to enforce that Payload data is not returned for matches on those specific terms used by the constituent SapnTermQueries. For exmaple if I search for a position match with a SpanQue