kinosearch

What's the best document search engine to integrate into Perl code?

What is the best document search engine (perhaps Plucene?) to integrate into Perl code that allows customizing and tuning the search algorithm? ...

Can Kinosearch do mathematical comparisons on numbers like "greater-than"?

I am using Perl's KinoSearch module to index a bunch of text. Some of the text has numeric fields associated with each word. For example, the word "Pizza" in the index may have a dollar field value like "5.50" (dollars). How can I write a query in KinoSearch that will find all words that have a dollar value greater than 5? I'm not e...