I have about 80,000 text files, and I want to be able to perform advanced searches on them. Let's say I have two lists of keywords, and I want to return all files containing at least one of the keywords in the first list and at least one in the second list. Is there already a library that would do this? I donβt want to rewrite it if it exists.
source share