Re: multiValued=false is not working in Solr 6.4 in RHEL/CentOS

2017-07-20 Thread prashantas
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.
> > 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
> me
> > how can I set multiValued = false  in some fields.
> > <http://lucene.472066.n3.nabble.com/file/n4346939/multiValued_CentOS.png>
>
>
> Is Solr running in cloud mode on either of these systems?
>
> Thanks,
> Shawn
>
>
>
> --
> If you reply to this email, your message will be added to the discussion
> below:
> http://lucene.472066.n3.nabble.com/multiValued-false-
> is-not-working-in-Solr-6-4-in-RHEL-CentOS-tp4346939p4346954.html
> To unsubscribe from multiValued=false is not working in Solr 6.4 in
> RHEL/CentOS, click here
> <http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code=4346939=cHJhc2hhbnRhLnRlenVAZ21haWwuY29tfDQzNDY5Mzl8LTExMTE5MDU=>
> .
> NAML
> <http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer=instant_html%21nabble%3Aemail.naml=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>



-- 

*with regards,Prashanta*




--
View this message in context: 
http://lucene.472066.n3.nabble.com/multiValued-false-is-not-working-in-Solr-6-4-in-RHEL-CentOS-tp4346939p4346967.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: multiValued=false is not working in Solr 6.4 in RHEL/CentOS

2017-07-20 Thread prashantas
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 file by executing the command  curl '
http://localhost:8983/solr/Schools/update?commit=true' --data-binary
@tbl_SCHOOLS.csv -H 'Content-type:application/csv'

Please let me know if I am doing anything wrong.

with regards,
Prashanta

On Thu, Jul 20, 2017 at 2:29 PM, alessandro.benedetti [via Lucene] <
ml+s472066n4346941...@n3.nabble.com> wrote:

> I doubt it is an environment problem at all.
> How are you modifying your schema ?
> How you reloading your core/collection ?
> Are you restarting your Solr instance ?
>
> Regards
> ---
> Alessandro Benedetti
> Search Consultant, R Software Engineer, Director
> Sease Ltd. - www.sease.io
>
>
> --
> If you reply to this email, your message will be added to the discussion
> below:
> http://lucene.472066.n3.nabble.com/multiValued-false-
> is-not-working-in-Solr-6-4-in-RHEL-CentOS-tp4346939p4346941.html
> To unsubscribe from multiValued=false is not working in Solr 6.4 in
> RHEL/CentOS, click here
> 
> .
> NAML
> 
>



-- 

*with regards,Prashanta*




--
View this message in context: 
http://lucene.472066.n3.nabble.com/multiValued-false-is-not-working-in-Solr-6-4-in-RHEL-CentOS-tp4346939p4346943.html
Sent from the Solr - User mailing list archive at Nabble.com.

multiValued=false is not working in Solr 6.4 in RHEL/CentOS

2017-07-20 Thread prashantas
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 me
how can I set multiValued = false  in some fields.
 



--
View this message in context: 
http://lucene.472066.n3.nabble.com/multiValued-false-is-not-working-in-Solr-6-4-in-RHEL-CentOS-tp4346939.html
Sent from the Solr - User mailing list archive at Nabble.com.