[KinoSearch] Wildcards

Father Chrysostomos sprout at cpan.org
Fri Jan 25 08:40:41 PST 2008




On Jan 25, 2008, at 2:28 AM, Marvin Humphrey wrote:

> However any particular WildcardQuery gets implemented, it will need  
> some sort of safety valve to prevent "a*" from swamping the server.

You mean like this?

KSx::Search::RegexpQuery->new(
     re => qr/^foo.*/,
     field => 'content',
     max_terms => 1024,
);



_______________________________________________
KinoSearch mailing list
KinoSearch at rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch




More information about the kinosearch mailing list