Hi, I havent found a way to get the total number of results (via davex). Afaik via Lucene it should be trivial to provide this number (even when using limit/offset), but from what I see there is only a getSize() on the iterator which is limited to the rows that were requested. However in a web app its often quite useful to be able to know the full count of the result set (though the number doesnt necessarily need to be 100% accurate).
regards, Lukas Kahwe Smith [email protected]
