Howdy,

I have a couple filter-type classes that could take advantage of boolean 
DataAtoms.  I see signatures for byte, double, int, long and String, but 
nothing for boolean.

The classes are
        * IsBotHit - tries to determine if a hit came from a bot, like a search 
bot, but also something like lwp
        * IsPageView - if a hit isn't a bot hit, tries to determine if it is a 
page view, meaning an html hit or the like
In my development I just used 0 and 1 for true and false, but felt perhaps a 
touch strange doing it.  I can imagine that many such filter classes would like 
a boolean value.  Think would also need to be able to filter on values being 
true or false.

Perhaps this is already in the types branch which I haven't been using.

Thoughts?

Earl


      

Reply via email to