Hi Dominik, Which Solr version are you using?
Also, how did you declare your FieldType in your schema.xml, and what was your query that works and didn't worked? Regards, Edwin On Thu, 13 Sep 2018 at 17:32, Dominik Safaric <dominiksafa...@gmail.com> wrote: > Hi, > > I've implemented a custom Solr FieldType (namely BinaryDocValuesField) > which is successfully being stored within the indices. However, if I query > for docs containing the value for the defined field, its value is not > returned within the response. On the contrary, I am able to query using the > field. > > How can I configure Solr to return the fields representation as specified > in the toExternal function of a query response? > > Thanks in advance, > Dominik >