> Subject: Re: Tagging in solr> From:
[EMAIL PROTECTED]> To: solr-user@lucene.apache.org> Date: Fri, 19 Oct 2007
12:47:18 +0200>> On Fri, 2007-10-19 at 11:01 +0100, Spas Poptchev wrote:>>
Hi,>>>> what i want to do is to store tags that belong to products. Eac
Hi,
what i want to do is to store tags that belong to products. Each tag should
also store information about how often it was used with a certain product.
So for example:
product1
cool 5=> product1 was tagged 5 times with cool
What would be the best way to implement this kind of stu