I still wonder if there's a good way of storing the tags outside the
Lucene index and using them via facets whose bitsets are manipulated
directly rather than being populated from the index. In my project,
reindexing a documents whenever a user adds a tag is very very bad,
since we're indexing potentially hundreds of pages of full text in the
body field of the document. A solution that gets the tag into the system
immediately without forcing a reindexing of the document is essential.

Peter

-----Original Message-----
From: Ryan McKinley [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 12, 2007 7:07 PM
To: solr-user@lucene.apache.org
Subject: Re: Tagging

there no good solution yet.  There has been discussion on possible
approaches

http://www.nabble.com/convert-custom-facets-to-Solr-facets...-tf3163183.
html#a8790179

http://wiki.apache.org/solr/UserTagDesign



On 2/12/07, Gmail Account <[EMAIL PROTECTED]> wrote:
> I know that I've seen this topic before.. Is there a guidline on the 
> best way to create tagging in solr?  For example, keeping track of 
> what user tagged what item in solr. And facetting based on tags?
>
> Thanks,
> Mike
>
>

Reply via email to