Hmmm, what I'm referring to is this bit: <fieldType name="string_ondisk" class="solr.StrField" docValuesFormat="Disk" />
The docValuesFormat="Disk" bit isn't supported until 4.5, which doesn't seem clear in either place. Feel free to disagree of course :). On Tue, Nov 5, 2013 at 11:43 AM, Cassandra Targett <[email protected]>wrote: > On Tue, Nov 5, 2013 at 3:27 PM, Erick Erickson <[email protected]> > wrote: > > Hmmmm. I was just looking at the DocValues Wiki page. Should I add a bit > > about docValuesFormat supporting "Disk" as a 4.5 plus feature? Currently > it > > kind of looks like you can do that with 4.2.... > > > > It's in the Solr Ref Guide: > https://cwiki.apache.org/confluence/display/solr/DocValues, fixed for > 4.5 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
