On 16 Jan 2004, at 13:06, LOMBART Christophe wrote:
-----Original Message----- From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED] Sent: Fri 1/16/2004 11:02 AM To: Slide Developers Mailing List Cc: Subject: Re: Proposal : index store - Lucene
<seed is great, any seed.hey, that's unfair. Christophe is doing a 'proposal' and the best way to put something going is to get the code done and let people patch it.... but without a code to start people won't start. so I think a
??? don't understand - maybe because my english is not very good !
I need this feature, I started it and I just want to have some feedbacks from the Slide commiters. I will be very happy to receive a lot of feedbacks in order to continue the implementation. I did that because all Slide commiters seems to be very busy.
My interpretation of Oliver's answer was mistaken. Please discard my comments entirely and I apologize for all the confusion that might have caused.
I would not index the metadata with lucene, otherwise, it wouldSend in
generate a mess and semantic collision between metadata and search. for
example, say you want to do a full-text search of 'author' and you have
your own properties that have author in it... all documents come upjavascript:SetCmd(cmdSend);the search, but that's not what you wanted.
Agree in this case but with Lucene, you can define properties as keyword or text field depending of your needs.
ok
If you store your properties in one store (eg. DB) and used index store engine for content search, I expected to have some performance issues when you search on prop and content.
hmmm, not sure I follow you, can you elaborate on this more? it would be very appreciated.
Anyway, Do you have some idea to optimize the current search service ?
I havn't looked into this yet (I'm still lagging behind on some other issues with my project and I havn't attacked this part yet).
The idea is to use an RDBMS as much as possible on all content that can be turned relational without major issues (and normally metadata fits this category). As for full-text search, I agree that there is no way to beat an engine like lucene.
Why not to support both situation : either inder the prop or not ?
You mean with a global configuration or more granularely?
-- Stefano.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
