n XML interface and can
be accessed from any language.
Best regards,
-Graham
> -Original Message-
> From: Kapil Chhabra [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 15, 2007 11:43 PM
> To: java-user@lucene.apache.org
> Subject: Re: My Category Search Problem
>
> Hi Vi
Hi Vijay,
I have hit the same problem in the past and have evaluated various
techniques to solve the same.
1. Using the QueryFilter
The idea is to
a) create BitSets for each category once initially
b) run the search and extract the BitSet for the search results
c) Logically "AND" the re
Hi Lucene Users!
I've been playing around with dotLucene on a few projects since for about 4
months, and I've found Lucene to be exceptionally powerful, speedy and
thanks to LIA, really easy to use.
But I've hit a problem that I fear will pose a performance problem for our
architecture and Lu