RE: Solr Size Limitation upto 32 kb limitation

2019-02-10 Thread Kranthi Kumar K
ay Nandula ; Michelle Ngo Subject: Re: Solr Size Limitation upto 32 kb limitation Hi Team, Thanks for your suggestions that you've posted, but none of them have fixed our issue. Could you please provide us your valuable suggestions to address this issue. We'll be awaiting your reply.

Re: Solr Size Limitation upto 32 kb limitation

2019-01-31 Thread Kranthi Kumar K
: Thursday, January 24, 2019 12:00:06 PM To: Kranthi Kumar K; dev@lucene.apache.org; solr-u...@lucene.apache.org Cc: Ananda Babu medida; Srinivasa Reddy Karri; Ravi Vangala; Suresh Malladi; Vijay Nandula Subject: RE: Solr Size Limitation upto 32 kb limitation Thanks @Kranthi Kumar K<mailto:kranthik

Re: Solr Size Limitation upto 32 kb limitation

2019-01-24 Thread Erick Erickson
g the type and added multivalued to true in Schema.xml file i.e, > change from: > > > > Changed to: > > multiValued="true" /> > > After changing it also still we are unable to import the files size > 32 kb. > please find the solution suggested by Bernd in

Re: Solr Size Limitation upto 32 kb limitation

2019-01-24 Thread Jan Høydahl
; > After changing it also still we are unable to import the files size > 32 kb. > please find the solution suggested by Bernd in the below url: > > http://lucene.472066.n3.nabble.com/Re-Solr-Size-Limitation-upto-32-kb-limitation-td4421569.html > > <http://lucene

Re: Solr Size Limitation upto 32 kb limitation

2019-01-23 Thread Jörn Franke
> > Thanks & Regards, > Kranthi Kumar.K, > Software Engineer, > Ccube Fintech Global Services Pvt Ltd., > Email/Skype: kranthikuma...@ccubefintech.com, > Mobile: +91-8978078449. > > > From: Kranthi Kumar K > Sent: Thursday, January 17, 2019 12:43 PM &

RE: Solr Size Limitation upto 32 kb limitation

2019-01-23 Thread Michelle Ngo
alladi ; Vijay Nandula Subject: RE: Solr Size Limitation upto 32 kb limitation Thank you Bernd Fehling for your suggested solution, I've tried the same by changing the type and added multivalued to true in Schema.xml file i.e, change from: Changed to: After changing it also still we are

RE: Solr Size Limitation upto 32 kb limitation

2019-01-23 Thread Kranthi Kumar K
ted by Bernd in the below url: http://lucene.472066.n3.nabble.com/Re-Solr-Size-Limitation-upto-32-kb-limitation-td4421569.html Bernd Fehling, could you please suggest another alternative solution to resolve our issue, which would help us alot? Please let me know for any questions. [image001] Tha

RE: Solr Size Limitation upto 32 kb limitation

2019-01-18 Thread Kranthi Kumar K
org Cc: Ananda Babu medida ; Srinivasa Reddy Karri ; Michelle Ngo Subject: Re: Solr Size Limitation upto 32 kb limitation Hi Team, Can we have any updates on the below issue? We are awaiting your reply. Thanks, Kranthi kumar.K From: Kranthi Kumar K Sent:

Re: Solr Size Limitation upto 32 kb limitation

2019-01-17 Thread Toke Eskildsen
On Thu, 2019-01-17 at 07:12 +, Kranthi Kumar K wrote: > Can we have any updates on the below issue? We are awaiting your > reply. Erick Erickson posted a reply 5 hours after you asked your original question on the developer mailinglist. I suggest you write a follow-up to his answer if it did

Re: Solr Size Limitation upto 32 kb limitation

2019-01-16 Thread Kranthi Kumar K
Limitation upto 32 kb limitation Hi team, We are currently using Solr 4.2.1 version in our project and everything is going well. But recently, we are facing an issue with Solr Data Import. It is not importing the files with size greater than 32766 bytes (i.e, 32 kb) and showing 2 exceptions

Re: Solr Size Limitation upto 32 kb limitation

2019-01-04 Thread Erick Erickson
First off, the field in question is "FileContent", why do you think the filed "text" is the problem? Try switching FileContent to a text-based type. If that's not the case, depending on the tokenizer and the input you _still_ may have an immense term even if you have a text-based field. For