On 5/7/2015 11:52 PM, Rahul Singh wrote:
> ERROR - 2015-05-08 11:15:25.738; org.apache.solr.common.SolrException;
> null:java.lang.IllegalArgumentException: You cannot set an index-time bo
> ost on an unindexed field, or one that omits norms
This seems to be the problem. You are trying to set an
response inline.
On Thu, May 7, 2015 at 7:01 PM, Shawn Heisey wrote:
> On 5/7/2015 3:43 AM, Rahul Singh wrote:
> > I have tried to deploy solr.war from building it from 4.7.2 but it is
> > showing the below mentioned error. Has anyone faced the same? any lead
> > would also be appreciated.
> >
On 5/7/2015 3:43 AM, Rahul Singh wrote:
> I have tried to deploy solr.war from building it from 4.7.2 but it is
> showing the below mentioned error. Has anyone faced the same? any lead
> would also be appreciated.
>
> Error Message:
>
> {
> "responseHeader": {
> "status": 500,
> "QTim
Thank You!
Francis
-Original Message-
From: Koji Sekiguchi [mailto:k...@r.email.ne.jp]
Sent: Monday, June 01, 2009 5:14 PM
To: solr-user@lucene.apache.org
Subject: Re: Solr.war
They are identical. solr.war is a copy of apache-solr-1.3.0.war.
You may want to look at example target in
They are identical. solr.war is a copy of apache-solr-1.3.0.war.
You may want to look at example target in build.xml:
Koji
Francis Yakin wrote:
We are planning to upgrade solr 1.2.0 to 1.3.0
Under 1.3.0 - Which of war file that I need to use and deploy on my application?
We are usi