I am using Lucene in my portal (J2EE based) for indexing and search services.
The problem is about the keywords of Lucene. When you use one of them in the search query, ...
What's the best way to get a notification (say an event) when a keyword is found in a document in Lucene?
The brute force way is to keep searching for the ...
I am building an rss reader, i want to include search feature in it.
Suppose, if user gives the key-words like "CMU MS application" then all the RSS feeds on the web ...