As far as I know, the answer is no.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
From: Doug Steigerwald <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Wednesday, January 2, 2008 11:20:02 AM
Subject: Re: spellchecker and multi-core
Has anyone done any work on this?
https://issues.apache.org/jira/browse/SOLR-433
Thanks.
Doug
Ryan McKinley wrote:
OG: Yes, I think that makes sense - distribute everything for a given
core, not just its index. And the spellchecker could then also have
its data dir (and only index/ undern
OG: Yes, I think that makes sense - distribute everything for a given core, not
just its index. And the spellchecker could then also have its data dir (and
only index/ underneath really) and be replicated in the same fashion.
Right?
Yes, that was my thought. If an arbitrary directory could
gt;&1
cd ${orig_dir}
else
cp -lr ${data_dir}/index ${temp} # here here
fi
mv ${temp} ${name}
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
From: Yonik Seeley <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Friday, December 7, 200
Hi,
- Original Message
From: Ryan McKinley <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Friday, December 7, 2007 1:13:02 PM
Subject: Re: spellchecker and multi-core index replication
>
> 2) with multi-core stuff getting in, is Bill Au going to be adding
2) with multi-core stuff getting in, is Bill Au going to be adding support for
multiple indices anyway?
As is, you can use all existing scripts for each index. You just need
to run snapwhatever for each index.
Perhaps if distribution could be handled for a directory that is not
necessa
On Dec 7, 2007 12:53 PM, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I wrote the original spellchecker request handler a while back and a lot of
> people seem to be using the spellchecker stuff, fixing and improving it! :)
> But recently I realized I never wrote anything that takes care
Hi,
I wrote the original spellchecker request handler a while back and a lot of
people seem to be using the spellchecker stuff, fixing and improving it! :)
But recently I realized I never wrote anything that takes care of the
spellchecker index replication. Looking at snapshooter, it's complete