Re: stored=true what should I see from stem fields

2020-04-25 Thread matthew sporleder
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: [

Re: stored=true what should I see from stem fields

2020-04-25 Thread Erick Erickson
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

Re: stored=true what should I see from stem fields

2020-04-24 Thread Chris Hostetter
: 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

Re: stored=true what should I see from stem fields

2020-04-24 Thread Shawn Heisey
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

stored=true what should I see from stem fields

2020-04-24 Thread matthew sporleder
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: