i have many small texts (lets say about 500 words) and 2 databases with roughly 10.000 entries each (keywords).
i now want to process every text and find out which keywords (the ones saved in the 2 databases) are contained in the text.
does anyone of you have a good approach on how to do this effectively?
i wanted to process every text and index it (with lucene perhaps) before searching the database against ist. but i dont really know if lucene is the right tool for this.