Querying lucene tokens without indexing
问题 I am using Lucene (or more specifically Compass), to log threads in a forum and I need a way to extract the keywords behind the discussion. That said, I don't want to index every entry someone makes, but rather I'd have a list of 'keywords' that are relevant to a certain context and if the entry matches a keyword and is above a threshold I'd add these entries to the index. I want to be able to use the power of an analyser to strip out things and do its magic, but then return the tokens from