Re: Partial date searches

2012-09-16 Thread Jack Krupansky
eptember 16, 2012 7:59 AM To: 'solr-user@lucene.apache.org' Subject: RE: Partial date searches Thank you for your great suggestion. That worked! A follow-up: We're using this to do partial date searches on the copyField text field, providing month "08" and day "01":

RE: Partial date searches

2012-09-16 Thread Alex Cougarman
Thank you for your great suggestion. That worked! A follow-up: We're using this to do partial date searches on the copyField text field, providing month "08" and day "01": date_text:08* AND date_text:01* It returns the results correctly, but is there a more

Re: Partial date searches

2012-09-13 Thread Jack Krupansky
upansky -Original Message- From: Alex Cougarman Sent: Thursday, September 13, 2012 9:03 AM To: solr-user@lucene.apache.org Subject: Partial date searches Hi. We're using Solr 4.0Beta and wondered how we can perform partial date searches. For example, we have this date stored in the i

Re: Partial date searches

2012-09-13 Thread Alexandre Rafalovitch
keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Thu, Sep 13, 2012 at 9:03 AM, Alex Cougarman wrote: > Hi. We're using Solr 4.0Beta and wondered how we can perform partial date > searches. For example, we have th

Partial date searches

2012-09-13 Thread Alex Cougarman
Hi. We're using Solr 4.0Beta and wondered how we can perform partial date searches. For example, we have this date stored in the index: 2010-05-12T00:00:00Z The user may want to search on all documents from 05-12 without providing the year. Or the user may want to search on 2010-xx-12