Re: Date search by specific month and day

2012-03-05 Thread Jan Høydahl
I've seen this question several times on the list. Perhaps it could be beneficial to create a new Date field that also soupports year-only, year-month, year-month-day etc queries? It could be called ExtendedDateField or something, and when indexing a date "-MM-DDTHH:mm:ssZ" it would individu

Re: Date search by specific month and day

2012-02-23 Thread Erick Erickson
I think your best bet is to parse out the relevant units and index them independently. But this is probably only a few ints per record, so it shouldn't be much of a resource hog Best Erick On Thu, Feb 23, 2012 at 5:24 PM, Kurt Nordstrom wrote: > Hello all! > > We have a situation involving d

Date search by specific month and day

2012-02-23 Thread Kurt Nordstrom
Hello all! We have a situation involving date searching that I could use some seasoned opinions on. What we have is a collection of records, each containing a Solr date field by which we want search on. The catch is that we want to be able to search for items that match a specific day/month.