Hello, I am using ContentStreamUpdateRequest, to index binary documents. At the time of indexing the content, I want to be able to index some additional metadata as well. I believe, this metadata must be provided, prefixed with *literal*. For instance, I have a field named “field1”, defined in schema.xml and to index a document with a value for this field, I would provide “literal.field1” = <value>.
However, this does not seem to be working and the field defined in schema.xml, *field1*, does not have any data indexed. How can I get this working ? Thanks in advance. Thanks, Sandhya