I'm developing a WCF clous service in windows Azure, and i use lucene indexing. I would like to implement new feutures in my service, and it will use a different different blob file, becouse the new feuture requires a different index structure. Is there any way to do it easyly?
For example: the production will use blob called: "index", and the staging will use a blob called "index_staging". I cant modify the current blob, because the current service will not able to work on the new index.
Thank for help.
T