[xwiki-devs] Editing Xwiki Core

Sergiu Dumitriu sergiu at xwiki.com
Wed Apr 2 10:11:28 CEST 2008


Ludovic, this was already discussed on the mailing list a few days ago.

Ludovic Dubost wrote:
> You mean you want to publish attachments in an SVN server ?
> The right way to do that would more be to reimplement the 
> AttachmentStore interface and change the class to be used in xwiki.cfg
> 
> Ludovic
> 
> Kamna Jain wrote:
>> Alrite. I thought that might be the case. Thanks.
>> I need to add functionality for SVN integration of the attachments in XWiki.
>> Hence, the building and re-building.
>>
>> Also, I wanted to know:
>> Does the Lucene search plugin update indices everytime attachments are
>> uploaded or at certain regular intervals?
>>

Something between. When uploading a new file, it is added in a queue of 
things that need to be indexed, as there is only one indexing thread and 
it processes entries from that queue one by one. So the file might not 
be indexed right away, but it will be pretty soon.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/


More information about the devs mailing list