Re: Solr partial date range search

2016-01-28 Thread vsriram30
? Thanks, Sriram -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-partial-date-range-search-tp4253226p4253974.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr partial date range search

2016-01-28 Thread vsriram30
to search the underlying index. Thanks, Sriram -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-partial-date-range-search-tp4253226p4253973.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr partial date range search

2016-01-28 Thread Alessandro Benedetti
ilable only from 5.x, I was curious to know if by some > > way I can make it work in 4.6.1 without need of my custom component. > > > > Thanks, > > Sriram > > > > > > > > -- > > View this message in context: > > > http://lucene.472066.n3.n

Re: Solr partial date range search

2016-01-27 Thread Jeyaprakash Singarayar
> -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-partial-date-range-search-tp4253226p4253649.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr partial date range search

2016-01-27 Thread Jeyaprakash Singarayar
> -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-partial-date-range-search-tp4253226p4253649.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Solr partial date range search

2016-01-27 Thread vsriram30
some way I can make it work in 4.6.1 without need of my custom component. Thanks, Sriram -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-partial-date-range-search-tp4253226p4253649.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr partial date range search

2016-01-26 Thread Erick Erickson
Hence > was looking at these options. > > Kind Regards, > -Sriram > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-partial-date-range-search-tp4253226p4253488.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr partial date range search

2016-01-26 Thread vsriram30
-range-search-tp4253226p4253488.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr partial date range search

2016-01-26 Thread Erick Erickson
-) > > -Sriram > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-partial-date-range-search-tp4253226p4253415.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr partial date range search

2016-01-26 Thread vsriram30
Probably, I should not have mentioned, it cannot be achieved, as still we can achieve that by using multiple OR queries with regex matching on that String field, though it doesn't look good :-) -Sriram -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-partial-date-

Re: Solr partial date range search

2016-01-26 Thread vsriram30
Thanks Shawn for providing more info. The looks like for supporting partial date range search, I would need to rely on String regex search like fieldName:2016-01* Though this can support part of the functionality, but if I would like to search between start and end date, this might not come good

Re: Solr partial date range search

2016-01-25 Thread Shawn Heisey
On 1/25/2016 5:59 PM, vsriram30 wrote: > I am using solr 4.6.1. I have a date field (TrieDateField) in my schema and > I am trying to perform partial date range search as given in > https://cwiki.apache.org/confluence/display/solr/Working+with+Dates > Query = date_field:[2016-01-11 T

Solr partial date range search

2016-01-25 Thread vsriram30
Hi, I am using solr 4.6.1. I have a date field (TrieDateField) in my schema and I am trying to perform partial date range search as given in https://cwiki.apache.org/confluence/display/solr/Working+with+Dates Query = date_field:[2016-01-11 TO NOW] But I am getting, "error": { "

Re: Date Range Search

2009-01-06 Thread Sourabh1
For date range search, use <>:[date1 T23:59:59Z TO date2 T23:59:59Z]. Thanks, Sourabh Gavin-39 wrote: > > Hi, > Can some one tell me how I can achieve date range searches? For > instance if I save the DOB as a solr date field how can I do a search to > get the peopl

Date Range Search

2008-12-22 Thread swaragsn
all docs that have a range of 2008-12-21 and after wards. Any help would be appreciated . Thanks, Swarag. -- View this message in context: http://www.nabble.com/Date-Range-Search-tp21137921p21137921.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Date Range Search

2008-02-05 Thread Leonardo Santagada
http://www.nabble.com/date-math-syntax-tc15161881.html#a15170923 On 06/02/2008, at 02:44, Gavin wrote: Hi, Can some one tell me how I can achieve date range searches? For instance if I save the DOB as a solr date field how can I do a search to get the people, 1. Who are older

Date Range Search

2008-02-05 Thread Gavin
Hi, Can some one tell me how I can achieve date range searches? For instance if I save the DOB as a solr date field how can I do a search to get the people, 1. Who are older than 30 years 2. Who were born in 1975 etc. Greatly appreciate your help. Thanks, -- Gavin Selvara

Re: date range search

2007-05-09 Thread Chris Hostetter
: does solr support date range searching? i've tried all the examples on : the lucene site as well as using the solr response format and a few : others that seemed nifty but so far I always get query parsing errors. : i know i can easily convert the dates to ints and do ranges that way but : all

date range search

2007-05-09 Thread Will Johnson
does solr support date range searching? i've tried all the examples on the lucene site as well as using the solr response format and a few others that seemed nifty but so far I always get query parsing errors. i know i can easily convert the dates to ints and do ranges that way but all the documen