homeaway / thunderhead

Thunderhead - An AWS Cloudsearch client for uploading documents and querying your search domains written in Java
http://homeaway.github.io/thunderhead
Other
2 stars 2 forks source link

Change all String constants to enums #9

Closed jmoney closed 11 years ago

jmoney commented 11 years ago

Currently all CloudSearch constants are modeled as Strings. Switch these over to Java enums for better control of what is allowed.