Re: Tagging in solr

2007-10-24 Thread ARakesh
Hi, This is what I intended to do with my impl. Create a Multi-Valued filed for the schema. Then when you prepare the document which you want to send it to the SOLR to index, for examples 1234 ... ... Java .Net And the next question of your to get the count do the facet on this

RE: Tagging in solr

2007-10-22 Thread Spas Poptchev
> 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

Re: Tagging in solr

2007-10-19 Thread Thorsten Scherler
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. 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 tim