I'm looking for ways to search for particular words in 300+ RTF documents using Java. I'd like to use the search ability to:
I looked into using Apache TIKA to convert RTF docs into text files and search them, but I feel like there's an easier, faster way to do it.
Try using lucene? It supports fulltext search in a lot of file formats.