PDA

View Full Version : QTCLucene usage?



tachoknight
15th January 2011, 05:44
Hi all-

I am writing a QT-based app that works with text and I'd like to have a general "search" option. I've used Lucene in Java and it works great, and I see there's a CLucene, and then I see there's a QTCLucene! But...there seems to be no documentation on QTCLucene at all, and there doesn't, at least as far as I've looked, seem to be mention of it being used in any app.

I'd use CLucene, but the documentation seems rather sparse, though I've read that it's similar in concept to the Java version. That said, if the QT-version can be used, presumably it'd be able to work with QTString, etc.

Is there any QT-specific strategy on how to implement searching in an app?

Thanks,

Tachoknight