Sorry for the duplicate on lucene-dev, it should have gone to lucene-user
directly:
A bit more:
On Thursday 06 January 2005 10:22, Paul Elschot wrote:
> On Thursday 06 January 2005 02:17, Andrew Cunningham wrote:
> > Hi all,
> >
> > I'm currently doing a query similar to the following:
> >
> >
On Thursday 06 January 2005 02:17, Andrew Cunningham wrote:
> Hi all,
>
> I'm currently doing a query similar to the following:
>
> for w in wordset:
> query = w near (word1 V word2 V word3 ... V word1422);
> perform query
>
> and I am doing this through SpanQuery.getSpans(), iterating t
Hi all,
I'm currently doing a query similar to the following:
for w in wordset:
query = w near (word1 V word2 V word3 ... V word1422);
perform query
and I am doing this through SpanQuery.getSpans(), iterating through the
spans and counting
the matches, which can result in 4782282 matches (es