Antwort: Re: Issue while searching with escape characters

2017-12-06 Thread Jan . Christopher . Schluchtmann-EXT
Hi think, your first line ist correkt for the "value"-field ... what looks your "key"-field like? can you send the whole request, please? something like this should work in my opinion: (...)&key=%28DVeto1%29&(...) Mit freundlichen Grüßen/ With kind regards Jan Schluchtmann Systems Engineering

Antwort: Issue while searching with escape characters

2017-12-06 Thread Jan . Christopher . Schluchtmann-EXT
hmm ... it seems, you are using XML/HTML-encoding, but you need HTTP-encoding, which looks like this: ␣ ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ]

Re: Metadata passed with CURL (via literal) is not recognized by SOLR ...?

2017-12-05 Thread Jan . Christopher . Schluchtmann-EXT
Ok, I found the solution myself. Reason for this behaviour was the "lowernames = true"-configuration of the Tika-requestHandler, that transformed the "module-id" to "module_id". I added a fitting copyField to my schema and it seems to work now. Maybe, this information is useful for someone ...

Metadata passed with CURL (via literal) is not recognized by SOLR ...?

2017-12-05 Thread Jan . Christopher . Schluchtmann-EXT
Hi! I am trying to index RTF-files by uploading them to the Solr-Server with CURL. I am trying to pass the required metadata by the "literal.="-statement. The "id" and the "module-id" are mandatory in my schema. The "id" is recognized correctly, as one can see in the Solr-response "doc=48a0xxx

Passing Metadata from an RTF-file via TIKA to SOLR ...

2017-12-01 Thread Jan . Christopher . Schluchtmann-EXT
Hi there! I am quite new to Lucene/Solr/Tika, etc., so I would appreciate you help concerning the following matter. I have a RTF-document, that I want to index in Solr, using Tika. The RTF-indexing works in general, but since I changed the Solr-schema, the indexer complains about missing mandat