Daniel Noll wrote:

Is it possible to customise the QueryParser so that it returns Query instances that have no relationship to the text index whatsoever?

The syntax that Lucene's QueryParser supports isn't very complicated. I'm sure you could write your own parser from scratch, perhaps with some syntactic construct that identifies a "normal" Lucene (sub)query and passes that part to QueryParser.

The hard part, I wager, will be coming up with a syntax that does all you want, is easy to understand, and doesn't conflict with the goal of keeping the simple queries simple...

Good luck!

--MDC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to