Re: Multicore Issue with nightly build

2008-04-14 Thread Ryan McKinley
On Apr 10, 2008, at 3:48 PM, kirk beers wrote: Hi Ryan, I still can't seem to get my solr cores : core0 and core1 to accept new documents. I changed the appropriate code in the Perl client to accommodate the core as you mentioned in the previous email. I am able to delete docs. Is there

Re: Multicore Issue with nightly build

2008-04-10 Thread kirk beers
Hi Ryan, I still can't seem to get my solr cores : core0 and core1 to accept new documents. I changed the appropriate code in the Perl client to accommodate the core as you mentioned in the previous email. I am able to delete docs. Is there any thing I might be missing in the basic core

Re: Multicore Issue with nightly build

2008-04-08 Thread kirk beers
Hello again, I finally managed to add/update solr single core by using Perl CPAN Solr by Timothy Garafola. But I am unable to actually update or add anything to a multicore environment ! I was wondering if I am doing something incorrectly or if there is an issue at this point? Should I be

Re: Multicore Issue with nightly build

2008-04-08 Thread Ryan McKinley
from the client side, multicore should behave exactly the same as multi single core servers running next to each other. I'm not familiar with the perl client, but it will need to be configured for each core -- rather then one client that talks to multiple cores. while you install solr

Re: Multicore Issue with nightly build

2008-04-07 Thread kirk beers
Hi Ryan, I re installed the multicore set up and I have it running and working properly. The cores newswire2 etc contained indexes from a prior Lucene application which did not seem to work in the multicore set-up. Now that I have multicore running are there any instructions on how to add/update

Re: Multicore Issue with nightly build

2008-04-07 Thread Thomas Arni
Please make sure that you do NOT have a field called category in in the documents you would like to add. For example: field name=categorycamera/field I am almost sure you have some documents, which have this field category instead of cat. You can also add the field category to your schema.xml

Re: Multicore Issue with nightly build

2008-04-07 Thread kirk beers
Which schema.xml are you referring to ? The core0 schema.xml or the main schema.xml ? Because I get the following error when I use : field name=catcamera/field I get this error: result status=1org.apache.solr.common.SolrException: ERROR:unknown field 'cat' at

Re: Multicore Issue with nightly build

2008-04-03 Thread Ryan McKinley
Do the cores: newswire2, TestIndex, and core5 work on their own? Can you load each of them into a clean multicore environment? (Grasping here but...) perhaps there is something wrong with the config for thoes cores and they don't initalize properly and there is not a nice error. Do the