Thanks Otis,

At the moment I have an index of forum messages (each message being a separate 
doc). Results are displayed on a per message basis, however, I would like to 
group the results via their thread. Apart from using a facet on the thread 
title (which would lose relevancy), I cannot see a way of doing this.

So my idea was to build a new index with the thread being the main document 
entity and a multivalued field for the message data. Using the work done in 
SOLR-139 I could then update this field as new messages are posted (and any 
other thread fields such as message count, date of the last post and so on)

Without SOLR 139, I would currently have to re-index the whole thread; some 
threads having thousands of messages which could obviously take some time! :)

Am I looking at this from the wrong angle? Have you come across similar 
scenarios?

Thanks for your time,
Dave



-----Original Message-----
From: Otis Gospodnetic [mailto:[EMAIL PROTECTED]
Sent: 24 June 2008 15:33
To: solr-user@lucene.apache.org
Subject: Re: SOLR-139 (Support updateable/modifiable documents)

I don't know if SOLR-139 will make it into 1.3, but from your brief 
description, I'd say you might want to consider a different schema for your 
data.  Stuffing thread messages in the same doc that represents a thread may 
not be the best choice.  Of course, you may have good reasons for doing that, I 
just don't know them.


Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch


----- Original Message ----
> From: Dave Searle <[EMAIL PROTECTED]>
> To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org>
> Sent: Tuesday, June 24, 2008 8:34:47 AM
> Subject: SOLR-139 (Support updateable/modifiable documents)
>
> Hi,
>
>
>
> Does anyone know if SOLR-139 (Support updateable/modifiable documents) will 
> make
> it back into the 1.3 release? I'm looking for a way to append data to a
> multivalued field in a document over a period of time (in which the document
> represents a forum thread and the multivalued field represents the messages
> attached to this thread).
>
>
>
> Thanks,
>
> Dave
>
>
>
> Dave Searle
> Lead Developer MPS
> Magicalia Ltd.
>
>
>
>
>
> Thank you for your interest in Magicalia Media.
>
> www.magicalia.com
>
> Special interest communities are Magicalia's mission in life.  Magicalia
> publishes specialist websites
> and magazine titles for people who have a passion for their hobby, sport or 
> area
> of interest.
>
> For further information, please call 01689 899200 or fax 01689 899266.
>
> Magicalia Ltd, Caxton House, 2 Farringdon Road, London, EC1M 3HN
> Registered: England & Wales, Registered Number: 3828584, VAT Number: 744 4983 
> 00
>
> Magicalia Publishing Ltd, Berwick House, 8-10 Knoll Rise, Orpington, BR6 0EL
> Registered: England & Wales, Registered Number: 5649018, VAT Number: 872 8179 
> 83
>
> Magicalia Media Ltd, Caxton House, 2 Farringdon Road, London, EC1M 3HN
> Registered: England & Wales, Registered Number: 5780320, VAT Number: 888 0357 
> 82
>
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual
> or entity to which they are addressed.  If you have received this email in 
> error
> please reply to this email and
> then delete it.  Please note that any views or opinions presented in this 
> email
> are solely those of the author
> and do not necessarily represent those of Magicalia. The recipient should 
> check
> this email and any
> attachments for the presence of viruses.  Magicalia accepts no liability for 
> any
> damage caused by any virus
> transmitted by this email. Magicalia may regularly and randomly monitor 
> outgoing
> and incoming emails and
> other telecommunications on its email and telecommunications systems. By
> replying to this email you give
> your consent to such monitoring. Copyright in this e-mail and any attachments
> created by Magicalia Media
> belongs to Magicalia Media.



__________ Information from ESET Smart Security, version of virus signature 
database 3213 (20080624) __________

The message was checked by ESET Smart Security.

http://www.eset.com



__________ Information from ESET Smart Security, version of virus signature 
database 3213 (20080624) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Reply via email to