Re: Filtering on a SpanQuery without losing spans

2005-11-16 Thread Greg K
]> wrote: > > Greg K wrote: > > Now, however, I'd like to be able restrict the search to certain > documents > > in the index, so I don't have to stream through a couple of thousand > spans > > to produce the 10 excerpts on a subset of the documents. > >

Re: Issues while doing ant on lucene source

2005-11-16 Thread Greg K
Parikshit, TStamp (timestamp) is a core Ant task - so it should be recognized. What version of Ant do you have? Greg On 11/16/05, Pol, Parikshit <[EMAIL PROTECTED]> wrote: > > Hi Folks. > I downloaded the Lucene and tried to do an ant. It initially gave me the > following error: > BUILD FAILED >

Filtering on a SpanQuery without losing spans

2005-11-16 Thread Greg K
Hi All, I'm using a bunch of SpanNearQueries combined in a SpanOrQuery to do a set of searches matches a phrase with a prefix search at the end. I.e. "phrase with prefix s*" kind of thing that matches "phrase with prefix search" and "phrase with prefix string". It works great and lets me quickly