I don't think so. Once things are indexed, they look just like a regular text field with odd offsets for some of the terms. Of course if you returned the stored form (assuming it's stored) it'd look different, but that's messy too.
Best, Erick On Thu, Nov 10, 2016 at 6:08 PM, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > Hello, > > Say I indexed a large dataset against a schemaless configuration. Now > I have a bunch of multivalued fields. Is there any way to say which of > these (text) fields have (for given data) only single values? I know I > am supposed to look at the original data, and all that, but this is > more for debugging/troubleshooting. > > Turning termOffsets/termPositions would make it easy, but that's a bit > messy for troubleshooting purposes. > > I was thinking that one giveaway is the positionIncrementGap causing > the second value's token to start at number above a hundred. But I am > not sure how to craft a query against a field to see if such a token > is generically present. > > > Any ideas? > > Regards, > Alex. > > ---- > Solr Example reading group is starting November 2016, join us at > http://j.mp/SolrERG > Newsletter and resources for Solr beginners and intermediates: > http://www.solr-start.com/