Same field name cannot be added in newer Solr versions

2019-01-19 Thread Arunan Sugunakumar
Hi, I used SolrJ 7.2.1 and Apache Solr 7.2.1 in one of my projects. Prior to data indexing, I create the fields and field types using SchemaAPI in SolrJ. If a same field name is repeated, solr did not return an exception, but simply ignored it (or over-rid it). But I tried Solr 7.6.0 with my

Re: Should Solr and SolrJ version should match?

2019-01-19 Thread Arunan Sugunakumar
Dear Shawn, Thanks for the info. You are right. I have pasted only the client side stack trace. I failed to check the solr logs. As I went over the logs I found out that the same fieldnames cannot be created again and again according to Solr 7.6.0. In Solr 7.2.1, it was not the case. Anyhow I'll

Re: modifying the export request handler

2019-01-19 Thread Erick Erickson
Attachments and graphics tend to be stripped by the mail server, I can't see the error. Best, Erick On Sat, Jan 19, 2019 at 1:12 PM tom400 wrote: > > hey, > i'm using solr 6.5 . > i'm trying to modify the /export implicit request handler. > i want to add a search components to the export

modifying the export request handler

2019-01-19 Thread tom400
hey, i'm using solr 6.5 . i'm trying to modify the /export implicit request handler. i want to add a search components to the export handler, or create /my_export request handler from the exportHandler class that. for some reason , i receive an error when trying to create a /my_export handler.

Re: Should Solr and SolrJ version should match?

2019-01-19 Thread Shawn Heisey
On 1/19/2019 10:05 AM, Arunan Sugunakumar wrote: I created a project with solrj 7.2.1 which worked perfectly with Apache Solr 7.2. But it does not seem to work with Apache Solr 7.6. I would like to know whether it is mandatory to use the same solrj version as the solr. I have pasted the

Should Solr and SolrJ version should match?

2019-01-19 Thread Arunan Sugunakumar
Hi, I created a project with solrj 7.2.1 which worked perfectly with Apache Solr 7.2. But it does not seem to work with Apache Solr 7.6. I would like to know whether it is mandatory to use the same solrj version as the solr. I have pasted the stacktrace for the exception below.

Re: Content from EML files indexing from text/html (which is not clean) instead of text/plain

2019-01-19 Thread Zheng Lin Edwin Yeo
Ok, thanks for providing the information. Regards, Edwin On Fri, 18 Jan 2019 at 00:33, Tim Allison wrote: > Y, I tracked this down within Solr. This is a feature, not a bug. I > found a solution (set {{captureAttr}} to {{true}}): > >