Hallo, I am using Lucy for some time now and it works great. I am extending some functionality and one is the use for numbers to search for and use in ranges and use for sorting.
But I found out that integer fields can't be indexed. I like to use: my $numsortindexed = Lucy::Plan::Int32Type->new( indexed => 1, sortable => 1, stored => 1 ); Do you have any plans to implement searching/ranges for the Int32Type ? Regards, Thomas
