RE: RequestHandlerBase java.lang.NullPointerException Error

2019-03-13 Thread Rathor, Piyush (US - Philadelphia)
send it to Solr? Think this may be a known bug that is already fixed.. Jan Høydahl > 13. mar. 2019 kl. 17:21 skrev Rathor, Piyush (US - Philadelphia) > : > > Facing following error suddenly for data update: > > null:java.lan

RequestHandlerBase java.lang.NullPointerException Error

2019-03-13 Thread Rathor, Piyush (US - Philadelphia)
Facing following error suddenly for data update: null:java.lang.NullPointerException at org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$AddSchemaFieldsUpdateProcessor.mapValueClassesToFieldType(AddSchemaFieldsUpdateProcessorFactory.java:509) at

Upload Synonym to Solr Cloud

2019-02-20 Thread Rathor, Piyush (US - Philadelphia)
I am new to solr. Need command to upload synonym.txt to solr cloud. Thanks & Regards This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete

RE: SOLR External Id field

2018-10-22 Thread Rathor, Piyush (US - Philadelphia)
rnal Id field On 10/22/2018 12:46 PM, Rathor, Piyush (US - Philadelphia) wrote: > We are storing data in solr. Please let me know on the following: > >* How can we set a field as external id which can be used for update. >* What operation/ query needs to sent to update the

RE: SOLR External Id field

2018-10-22 Thread Rathor, Piyush (US - Philadelphia)
user@lucene.apache.org Subject: [EXT] Re: SOLR External Id field Piyush, can you elaborate your question for external ID ? is this the field which distinguish each record in your indexes ? Regards, Rohan Kasat On Mon, Oct 22, 2018 at 11:46 AM Rathor, Piyush (US - Philadelphia) < prat...@deloitte.com

SOLR External Id field

2018-10-22 Thread Rathor, Piyush (US - Philadelphia)
Hi All, We are storing data in solr. Please let me know on the following: * How can we set a field as external id which can be used for update. * What operation/ query needs to sent to update the same external id record. Thanks & Regards Piyush Rathor This message (including any

SOLR Partial search

2018-10-07 Thread Rathor, Piyush (US - Philadelphia)
HI All, I am trying to use “KeywordTokenizerFactory” to consider searching against the special characters in the search. But the partial search does not work well with “KeywordTokenizerFactory”. The partial match results are better in “StandardTokenizerFactory”. Field type –

Solr Search Special Characters

2018-09-26 Thread Rathor, Piyush (US - Philadelphia)
Hi All, We are facing some issues in search with special characters. Can you please help in query if the search is done using following characters: • “&” Example – Tata & Sons • AND Example – Tata AND Sons • (

RE: Modify Schema for Solr Cloud

2018-09-18 Thread Rathor, Piyush (US - Philadelphia)
load the collection. See following. https://lucene.apache.org/solr/guide/7_4/command-line-utilities.html Thanks, Yasufumi. 2018年9月18日(火) 14:30 Rathor, Piyush (US - Philadelphia) : > Hi All, > > > > I am new to solr cloud. > > > > Can you please let me know on how to

RE: Modify Schema for Solr Cloud

2018-09-18 Thread Rathor, Piyush (US - Philadelphia)
. 07:30 skrev Rathor, Piyush (US - Philadelphia) > : > > Hi All, > > I am new to solr cloud. > > Can you please let me know on how to update the schema on solr cloud. > > Thanks & Regards > Piyush Rathor > Consultant > Deloitte Digital (Salesforce.co

synonyms for Solr Cloud -

2018-09-18 Thread Rathor, Piyush (US - Philadelphia)
Hi All, How can we add a synonyms text file to solr cloud. I have a text file with comma separated synonyms. Thanks & Regards Piyush Rathor Consultant Deloitte Digital (Salesforce.com / Force.com) Deloitte Consulting Pvt. Ltd. Office: +1 (615) 209 4980 Mobile : +1 (302) 397 1491

Modify Schema for Solr Cloud

2018-09-17 Thread Rathor, Piyush (US - Philadelphia)
Hi All, I am new to solr cloud. Can you please let me know on how to update the schema on solr cloud. Thanks & Regards Piyush Rathor Consultant Deloitte Digital (Salesforce.com / Force.com) Deloitte Consulting Pvt. Ltd. Office: +1 (615) 209 4980 Mobile : +1 (302) 397 1491

RE: Authorization Non- Admin user - SOLR

2018-08-27 Thread Rathor, Piyush (US - Philadelphia)
"solr":[ "admin", "dev"], "harry":"dev", "tom":"xz"}, "":{"v":0}}} --------------- Thanks Piyush __

RE: Authorization Non- Admin user - SOLR

2018-08-26 Thread Rathor, Piyush (US - Philadelphia)
user@lucene.apache.org Subject: [EXT] Re: Authorization Non- Admin user - SOLR Please share your security.json for us to be able to tell whether you configured something wrong -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 24. aug. 2018 kl. 21:28 skrev Rathor, Piy

Authorization Non- Admin user - SOLR

2018-08-24 Thread Rathor, Piyush (US - Philadelphia)
Hi Team, We are implementing Authorization in SOLR version 7.3.0. We are able to create non-admin user but the user still has admin access (access to core, access to create fields). Can you please let us know how can we remove access to core, access to create fields from non-admin user using