All,
Thanks for Kinosearch. A minor documentation bug in the
KnioSearch::Fieldspec module:
http://www.annocpan.org/~CREAMYG/KinoSearch-0.20_051/lib/KinoSearch/Fie
ldSpec.pm
sub analyzed { 0 }
sub indexed { 1 }
sub stored { 1 }
sub analyzed { 0 } # throws a warning that analyzed is called twice
under strict / warnings.
Cheers,
Zak