There were only a couple of changes needed for the status. But off the top of my head this is what I can remember.
In the table descriptor the analyzer definition no longer exists. The schema now incorporates the type information. In the table descriptor the isEnabled is now enabled In the table descriptor the two compression options are now gone. The SimpleQuery object is now just Query In the Query object the superQueryOn is now rowQuery In the Query object the queryStr is now query In the Query object the preSuperFilter is now recordFilter In the Query object the postSuperFilter is now rowFilter In the BlurQuery the uuid is now a string instead of a long And there were a lot of depreciated attributes that were removed. Hope this helps. Aaron On Wed, Aug 28, 2013 at 10:04 PM, Chris Rohr <[email protected]> wrote: > Aaron, > > I saw that you fixed the broken jsp status pages. Did you happen to write > down which APIs you ended up changing? I can try to look at your commits > if you didn't. I will probably need to do the same for Blur Console. > > Thanks, > Chris
