The reason your suggestion is not practical is scalability. In a production environment you might have, for example, 10,000 stored queries and 10 new documents a minute. That's a fair bit of load on the system for only one aspect of a much larger search application.
On Wed, 16 Mar 2005, Dan Funk wrote: > > I don't understand - this is all happening in the background right? > Why not just add the document to the index, then execute all the queries > (with an extra clause to restrict results to that document) and see what > hits? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]