Re: Analysing Multivalued Fields

2019-12-31 Thread Erick Erickson
First, if you’re using primitive types, there is no analysis so in that case the question is irrelevant. If you’re using a text-based field, the only difference between single-valued and multi-valued fields for analyzed types (i.e. text fields) is the offset recorded between entries. For

Analysing Multivalued Fields

2019-12-30 Thread Sidharth Negi
Hi, Is there a way to analyze how multiple values in a multivalued field are being tokenized and processed during indexing? The "Analysis" page on the UI assumes that my multiple comma-separated values is a single value. It filters out the comma and acts as if it's a single value that I