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}}):
>
> https://issues.apache.org/jira/browse/TIKA-2814?focusedComm
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.
[corePostProcess]
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 stacktra
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.
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 handler
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
c
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
proje