Custom solr.TrieDateField collector

2014-08-18 Thread Robust Links
Hi I have a SOLR (4.7.1) tire DateField with dates. I would like to retrieve the values of this field via a custom lucene collector. For String fields I use the following pattern BinaryDocValues field = FieldCache.DEFAULT.getTerms(ctx.reader(),"entitledsites",false); in setNextReader() method, a

Re: Custom solr.TrieDateField collector

2014-08-18 Thread Robust Links
Apologize, used the wrong hotkeys that sent the message prematurely. - Hi I have a SOLR (4.7.1) tire DateField with dates. I would like to retrieve the values of this field via a custom lucene collector. For String fields I use the following pattern BinaryDocValues field = FieldCache

Custom solr.TrieDateField collector

2014-08-18 Thread Robust Links
Hi I have a SOLR (4.7.1) tire DateField with dates. I would like to retrieve the values of this field via a custom lucene collector. For String fields I use the following pattern BinaryDocValues field = FieldCache.DEFAULT.getTerms(ctx.reader(), "entitledsites",false); in setNextReader() method,