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
Yes Eric. I am using that full date form based date range query till now and we have a requirement change to search based on partial date ranges. Hence was looking at these options. Kind Regards, -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 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
-date-range-search-tp4253226p4253412.html Sent from the Solr - User mailing list archive at Nabble.com.

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 TO NOW] > But I

Solr partial date range search

2016-01-25 Thread vsriram30
;msg": "Invalid Date String:'2016-01-11'", "code": 400 } If I use full UTC date, it works good. So is the partial date range search feature introduced in versions greater than 4.6.1? Thanks, Sriram -- View this message in context: http://lucene.4