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
hmm ... it seems, you are using XML/HTML-encoding, but you need
HTTP-encoding, which looks like this:
␣ ! " # $ % & ' ( )
* + , - . / : ; < =
> ? @ [ \ ]
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 ...
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
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