marcosvidolin / doco

Doco - Document Converter for Google App Engine Search API
MIT License
16 stars 6 forks source link

Fixed Double counting issue for ID, plus convenience for adding index name to subclass #13

Closed huangj7 closed 7 years ago

huangj7 commented 7 years ago

ReflectionUtil getAnnotatedFields() method has an over counting issue.

sub-sub-class -> sub-class -> parent class (@DocoIndex)

your while loop counts the two ids.

marcosvidolin commented 7 years ago

@huangj7 thanks to contribute ;)