Re: Search on Date Field

2014-08-01 Thread Pbbhoge
Thanks Jack .. it works for me . Regards Pradip -- View this message in context: http://lucene.472066.n3.nabble.com/Search-on-Date-Field-tp4150076p4150573.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search on Date Field

2014-07-31 Thread Jack Krupansky
-Original Message- From: Pbbhoge Sent: Wednesday, July 30, 2014 8:59 AM To: solr-user@lucene.apache.org Subject: Search on Date Field In my SOLR there is date field(published_date) and values are in this format 2012-09-26T10:08:09.123Z How I can search by simple input like 2012-09-10 instead

Search on Date Field

2014-07-30 Thread Pbbhoge
In my SOLR there is date field(published_date) and values are in this format 2012-09-26T10:08:09.123Z How I can search by simple input like 2012-09-10 instead of full ISO date format. Is it possible in SOLR? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-on-Date

Re: Periodic search in date field

2011-08-18 Thread Erick Erickson
.nabble.com/Periodic-search-in-date-field-tp3260793p3260896.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Periodic search in date field

2011-08-18 Thread slaava
- 2011 mod 3 = 1 Solr query: year_mod_3:1 Results: 1999, 2002, 2005, ... Pretty, simple and all with one solr query :) -- View this message in context: http://lucene.472066.n3.nabble.com/Periodic-search-in-date-field-tp3260793p3264786.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Periodic search in date field

2011-08-18 Thread Gora Mohanty
On Wed, Aug 17, 2011 at 1:07 PM, slaava slaav...@gmail.com wrote: Thanks for quick reply! Yes, this is my backup solution. But I prefer some one-query approach - there could be many results so I want use SolrQuery.start() and SolrQuery.rows() and show persons in table with paging. Was

Periodic search in date field

2011-08-17 Thread slaava
: http://lucene.472066.n3.nabble.com/Periodic-search-in-date-field-tp3260793p3260793.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Periodic search in date field

2011-08-17 Thread Gora Mohanty
On Wed, Aug 17, 2011 at 12:01 PM, slaava slaav...@gmail.com wrote: [...] My first idea was to index date in mmdd format (20110817) and use modulo: 1 year: indexed_date % 1 = 0817 5 year: indexed_date % 5 = 10817 10 year: indexed_date % 10 = 10817 but I didn't found something

Re: Periodic search in date field

2011-08-17 Thread slaava
/Periodic-search-in-date-field-tp3260793p3260896.html Sent from the Solr - User mailing list archive at Nabble.com.

search on date field

2009-03-05 Thread Ashish P
I want to search on single date field e.g. q=creationDate:2009-01-24T15:00:00.000Zrows=10 But I think the query gets terminated after T15 as ':' ( COLON ) is taken as termination character. Any ideas on how to search on single date or for that matter if query data contains COLON then how

Re: search on date field

2009-03-05 Thread Shalin Shekhar Mangar
On Fri, Mar 6, 2009 at 7:03 AM, Ashish P ashish.ping...@gmail.com wrote: I want to search on single date field e.g. q=creationDate:2009-01-24T15:00:00.000Zrows=10 But I think the query gets terminated after T15 as ':' ( COLON ) is taken as termination character. Any ideas on how

Re: search on date field

2009-03-05 Thread Ashish P
It works thanks Ashish Shalin Shekhar Mangar wrote: On Fri, Mar 6, 2009 at 7:03 AM, Ashish P ashish.ping...@gmail.com wrote: I want to search on single date field e.g. q=creationDate:2009-01-24T15:00:00.000Zrows=10 But I think the query gets terminated after T15 as ':' ( COLON

Re: Search with Date field

2009-03-04 Thread Marc Sturlese
name and date value as the request but it is not returning any value. Please suggest. Thanks, Amit Garg -- View this message in context: http://www.nabble.com/Search-with-Date-field-tp22324779p22324779.html Sent from the Solr - User mailing list archive at Nabble.com. -- View

Search with Date field

2009-03-03 Thread dabboo
Hi, Date search is not happening in solr. I am giving the field name and date value as the request but it is not returning any value. Please suggest. Thanks, Amit Garg -- View this message in context: http://www.nabble.com/Search-with-Date-field-tp22324779p22324779.html Sent from the Solr

Re: Search with Date field

2009-03-03 Thread Solruser
this message in context: http://www.nabble.com/Search-with-Date-field-tp22324779p22324779.html Sent from the Solr - User mailing list archive at Nabble.com.