Re: Re: Clustering IndexWriter?

2006-09-21 Thread Steve Harris
, with a little search ening help . . . ** http://www.terracottatech.com/terracotta_spring.shtml more, l8r, v On 21/09/06, Steve Harris [EMAIL PROTECTED] wrote: Warning, I'm a vendor dude but this isn't really a vendor message. My IT guy had mentioned to me that a bunch of the open source

Re: Re: Clustering IndexWriter?

2006-09-21 Thread Steve Harris
for across multiple nodes. Questions: Is this useful in the real world Would it be possible to get that one small thing changed. Cheers, Steve On 9/21/06, Yonik Seeley [EMAIL PROTECTED] wrote: On 9/20/06, Steve Harris [EMAIL PROTECTED] wrote: Is clustering the IndexWriter really all I need to do? Hi

Re: Re: Re: Clustering IndexWriter?

2006-09-21 Thread Steve Harris
Fair question. All I did/need was take SegmentInfos and instead of subclassing Vector I made it contain a Vector. Went from subclassing to aggregation. As far as I could tell from reading the code it would make no difference to anyone and should have no performance impact (good or bad). It just

Re: Re: Re: Re: Clustering IndexWriter?

2006-09-21 Thread Steve Harris
to the clustered objects is broadcast to all the nodes, correct? Have you done any performance comparisons to see if this is a practical approach for Lucene? -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server On 9/21/06, Steve Harris [EMAIL PROTECTED] wrote: Fair

Re: Re: Re: Re: Re: Clustering IndexWriter?

2006-09-21 Thread Steve Harris
[EMAIL PROTECTED] wrote: On 9/21/06, Steve Harris [EMAIL PROTECTED] wrote: My guess is that some segment of the world cares a lot about realtime coherent updates and some segment of the world needs blinding speed. Part of my research is to gather the expertise of this group on these issues. I hear

Re: Re: Re: Re: Re: Re: Clustering IndexWriter?

2006-09-21 Thread Steve Harris
I'm don't know list servers rules but I figured I would just include the text of the file I changed. If that is bad form give me a heads up and I won't do it again. Would this change break anything or bother anyone? package org.apache.lucene.index; /** * Copyright 2004 The Apache Software

Re: Re: Re: Re: Re: Re: Re: Clustering IndexWriter?

2006-09-21 Thread Steve Harris
Oops, I made a change and didn't test it. Doh, This should work better: package org.apache.lucene.index; /** * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the License); * you may not use this file except in compliance with the License. * You