I am not running solr in cloud mode.
On Thu, Jul 20, 2017 at 4:40 PM, Shawn Heisey-2 [via Lucene] <
ml+s472066n4346954...@n3.nabble.com> wrote:
> On 7/20/2017 2:30 AM, prashantas wrote:
> > I am using solr6.4. In my managed-schema, I have defined my field
> details.
> &g
I am just adding multiValued=false in the managed-schema file.
Then deleting the complete data by running the command curl
http://localhost:8983/solr/Schools/update?commit=true -d
'*:*' where 'Schools' is my core name.
Then restart the solr by "service solr restart"
And then import the csv fi
I am using solr6.4. In my managed-schema, I have defined my field details.
None of my fields are multiValued. If I set property multiValued=false , it
works fine in Windows, but in CentOS/RHEL, it does not accept the same and
the field still shows multiValued true in my solr admin UI. Please help m