Client searching
Posted: Fri Jan 08, 2010 2:28 pm
Hi,
I'm developing a public facing website that will perform searching over an OMERO image store. Will the Java/CPP/Python client api's and server support a large throughput? If we have 25k or 50k for an image count and a vague search matches on 5k or 10k (or more) images is there a way in the api to deal with pagination from the web tier or does the web tier have to bring back the entire List<> of 5 or 10k ImageI objects and maintain the list in memory and paginate on that side? If this kind of process can be accomplished with the Search client side object how would I set that up?
Thanks for your help
John
I'm developing a public facing website that will perform searching over an OMERO image store. Will the Java/CPP/Python client api's and server support a large throughput? If we have 25k or 50k for an image count and a vague search matches on 5k or 10k (or more) images is there a way in the api to deal with pagination from the web tier or does the web tier have to bring back the entire List<> of 5 or 10k ImageI objects and maintain the list in memory and paginate on that side? If this kind of process can be accomplished with the Search client side object how would I set that up?
Thanks for your help
John