the quick brown fox jumped over the sleeping dogI was just doing that
to troubleshoot/discover. I knew that you couldn't copy-to-copy but,
apparently, needed to be reminded.
My end goal (which I don't think I can achieve?) was to get my
everything field to contain something like:
everything: [ 't
One other bit:
There’s rarely a reason to, and multiple reasons _not_ to set stored=true for
the _destination_ of a copyField, set it for the source field.
If you need to retrieve the original, just specify the source field in the fl
list.
Best,
Erick
> On Apr 24, 2020, at 8:42 PM, Chris Host
: Is what is shown in "analysis" the same as what is stored in a field?
https://lucene.apache.org/solr/guide/8_5/analyzers.html
The output of an Analyzer affects the terms indexed in a given field (and
the terms used when parsing queries against those fields) but it has no
impact on the store
On 4/24/2020 5:48 PM, matthew sporleder wrote:
Is what is shown in "analysis" the same as what is stored in a field?
The stored data (what you see in search results) is always exactly what
was sent to Solr, modified by any update processors that are in use.
The index (what you are actually s
Is what is shown in "analysis" the same as what is stored in a field?
I am confusing myself pretty thoroughly:
I have some fields:
And I have this:
I run this through the analyzer for stuff_stems:
"