I am using an instance of Islandora.  The database is housed on a server I
don't have access to.  Hopefully it is moved soon,  But this is the url I
make the request with.

The query url is '
https://upeichem.clients.discoverygarden.ca/islandora/rest/v1/solr/PID%3A%28%22islandora%3A1199%22%29?fl=PID%2Ccml_hfenergy_md%2Cfedora_datastreams_ms&limit=2147483647&defType=edismax
'

For the field with only 1 value it is repeated 8 times.

The field with 8 values is only repeated 4 times. The first 8 values
returned are in the correct order but the remaining 24 values are not in
any order as far as I can tell.



On Mon, Nov 16, 2015 at 4:48 PM, Alexandre Rafalovitch <arafa...@gmail.com>
wrote:

> What does the query looks like that you get this? And is it exactly
> the same value 8 times?
>
> ----
> Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
> http://www.solr-start.com/
>
>
> On 16 November 2015 at 15:32, Shane McCarthy <smccar...@upei.ca> wrote:
> > 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
> >>
>

Reply via email to