Thank you for the quick responses. @Andrea Gazzarini The field can have one or eight doubles in it. However, the response of the query has 8 doubles and 64 doubles respectively. The values are repeated 8 times.
@Alexandre Rafalovitch Thanks for the link. I am just getting started using Solr so that should help. On Mon, Nov 16, 2015 at 3:13 PM, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > I would check for copyField into that target field or something in > UpdateRequestProcessors (in solrconfig.xml) that copies into that > field. > > Baring those two, the field should return what you put into it. > > Regards, > Alex. > ---- > Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter: > http://www.solr-start.com/ > > > On 16 November 2015 at 13:50, Shane McCarthy <smccar...@upei.ca> wrote: > > I am having an issue with Solr and want to know if this is the usual > > behaviour. > > > > I query the database and receive a response which has the value of the > > field I requested repeated 8 times. The field is a multivalued and > > contains doubles. > > > > Is their something I could add to the schema.xml to remedy this or is > this > > simply the way it is? > > > > Thanks, > > > > Shane >