Thanks much Eric!
Got it.
Best,
Mark.
On Mon, Apr 18, 2016 at 7:53 PM, Erick Erickson
wrote:
> Assuming that you're talking about the docs returned in the result
> sets, these are the _stored_ fields, not the analyzed field. Stored
> fields are a verbatim copy of the original input.
>
> Best,
>
Assuming that you're talking about the docs returned in the result
sets, these are the _stored_ fields, not the analyzed field. Stored
fields are a verbatim copy of the original input.
Best,
Erick
On Mon, Apr 18, 2016 at 12:51 PM, Mark Robinson wrote:
> Hi,
>
> I was using the solr.PathHierarchy
Hi,
I was using the solr.PathHierarchyTokenizerFactory for a field say fieldB.
An input data like A/B/C when I check using the ANALYSIS facility in the
admin UI, is tokenized as A, A/B, A/B/C in fieldB.
A/B/C in my system is a "string" value in a fieldA which is both
indexed=stored=true. I copyFie