Hey Jon,

Not following how the TVC (TermVectorComp) would help here. I suppose you could use the "most important" terms, as defined by TF- IDF, as suggested tags. The MLT (MoreLikeThis) uses this to generate query terms.

However, I'm not following the different filter query piece. Can you provide a bit more details?

One thing you did make me think, though, is it might be interesting to extend TermVectorMapper so that it can output a NamedList and then allow people to implement their own SolrTermVectorMapper and have it customize the TV output...

Thanks,
Grant

On Oct 31, 2008, at 5:20 PM, Jon Baer wrote:

Hi,

So Im looking to either use this or build a component which might do what Im looking for. Id like to figure out if its possible use a single doc to get tag generation based on the matches within that document for example:

1 News Doc -> contains 5 Players and 8 Teams (show them as possible tags for this article)

In this case Players and Teams are also docs. It's almost like I want to use MoreLikeThis w/ a different filter query than what Im using.

Is there any easy hack to get this going?

Thanks.

- Jon

--------------------------
Grant Ingersoll
Lucene Boot Camp Training Nov. 3-4, 2008, ApacheCon US New Orleans.
http://www.lucenebootcamp.com


Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ









Reply via email to