On Apr 8, 2013, at 19:09 , "Jack Krupansky" wrote:
> "replace with UpdateRequestHandler"
>
> Just compare your solrconfig to the new one and consider updating yours and
> using the newer Solr update API that automatically uses the content type to
> internally dispatch to the proper update handl
Jack Krupansky
-Original Message-
From: Kuro Kurosaka
Sent: Monday, April 08, 2013 12:57 PM
To: solr-user@lucene.apache.org
Subject: Re: Moving from SOLR3.6 to SOLR4.0 - Last remaining warnings
Here's my guess.
On 4/8/13 4:04 AM, Spadez wrote:
11:56:41
WARNING
IndexSchema
uni
Here's my guess.
On 4/8/13 4:04 AM, Spadez wrote:
11:56:41
WARNING
IndexSchema
uniqueKey is not stored - distributed search and MoreLikeThis will not work
I think the warning is saying the field you specify in does not
specify stored="true".
Check your schema.xml.
11:56:41
WARNING
SolrCo
Hi.
I have recently made the move from SOLR3.6 to SOLR4.0 and so far everything
seems super apart frmo the fact that I had a lot of warnings in my "logging"
section on the solr admin panel. I have tried to work through as many as
possible but I have a few that I am not able to correct. This is the