alibaba / wasp

megastore-like system
http://alibaba.github.io/wasp/
Apache License 2.0
189 stars 80 forks source link

Index not working on existing data #9

Open colorant opened 11 years ago

colorant commented 11 years ago

I can see that when index is created, the index table is empty. the existing data's index won't be created. I can understand this is due to the routing that you create and put index data into index table upon data insert. But this is not a user will expect and you have no way to populate the index table later either. with this condition, the index is really hard to be use.

jaywong85 commented 11 years ago

I will add a map/reduce tool to bulid new index data in the later version