data value if it
>> exists, otherwise an empty string? I'm integrating this with a 3rd party
>> app which I can't change. When the field is null it isn't showing up in the
>> output.
>>>
>>> -Original Message-
>>> From: Erick
n the field is null it isn't showing up in the
> output.
> >
> > -Original Message-
> > From: Erick Erickson
> > Sent: Wednesday, July 29, 2020 12:49 PM
> > To: solr-user@lucene.apache.org
> > Subject: Re: solr query returns items with spaces removed
>
t; To: solr-user@lucene.apache.org
> Subject: Re: solr query returns items with spaces removed
>
> The “def” function goes after the _indexed_ value, so that’s what you’re
> getting back. Try just specifying “fl=INSTRUCTIONS”, and if the value is
> stored that should return the or
Sent: Wednesday, July 29, 2020 12:49 PM
To: solr-user@lucene.apache.org
Subject: Re: solr query returns items with spaces removed
The “def” function goes after the _indexed_ value, so that’s what you’re
getting back. Try just specifying “fl=INSTRUCTIONS”, and if the value is stored
that sh
The “def” function goes after the _indexed_ value, so that’s what you’re
getting back. Try just specifying “fl=INSTRUCTIONS”, and if the value is stored
that should return the original field value before any analysis is done.
Why are you using the def function? If the field is absent from the do