|
|
+
Uncle 2012-04-27, 11:35
-
Re: Reverse keyword search?Ahmet Arslan 2012-04-27, 12:18
> This appears to be somewhat the reverse of the typical
> Lucene use case -- rather than having a set of say 1000 of > articles which are indexed, then issuing a query using a few > keywords to search on those articles, I have a set of say > 1000 keywords, and a single article, and I want to determine > which keyword best fits the article's summary. How to > best use Lucene to handle this? Not used myself but MemoryIndex seems what you are after. http://lucene.apache.org/core/3_6_0/api/all/org/apache/lucene/index/memory/MemoryIndex.html --------------------------------------------------------------------- |