> If we go with XML, I think this must be solved (or else we are at the > point where we can only represent a subset of queries that lucene can > handle again).
Hmmm, maybe it's not quite so serious if the XML represents a pre-analyzed query vs post-analyzed. This doesn't appear quite as simple as serialization of Query objects as XML any more. The analysis phase still needs to be done, right? Still doable, but much of the QueryParser logic needs to be duplicated. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]