If you know the extension during Index time then you could create a
separate field and store all its related content.

E.G: TITLE_EXTN: Lucene Apache Manning ..

Search on this field will give you faster results.

Regards
Aditya
www.findbestopensource.com


On Tue, Jul 27, 2010 at 1:04 AM, Philippe <mailer.tho...@gmail.com> wrote:
> Hi,
>
> I'm looking for an efficient way to query lucene multiple times. All queries
> are an extension of the very first query with only one term. (E.g.
> "Title:Lucene"
>     -> "Title:Lucene Title:Apache"
>     -> "Title:Lucene Title:Manning"
>    ....
>
> My current solution uses "CachingWrapperFilter" wrapped around a
> "QueryWrapperFilter". However, I wanted to know if anybody is aware of a
> faster solution?
>
> Regards,
>    Philippe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to