On Mon, 2005-05-09 at 14:57 +0300, Stanislav Jordanov wrote:
> I need a query that will hit all documents in the index.
> How do I get one?

The semi-official technique is to create an additional field in the
index and store the same value in it for all the documents. Then do a
query on that field to get back all the documents.


-- 
Miles Barr <[EMAIL PROTECTED]>
Runtime Collective Ltd.


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

Reply via email to