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

Reply via email to