?
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.
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.
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
> --
> 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.
>
> --
> 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.
>
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.
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.
-range-search-tp4253226p4253488.html
Sent from the Solr - User mailing list archive at Nabble.com.
-)
>
> -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.
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-
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
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
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": {
"
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
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.
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
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
: 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
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
19 matches
Mail list logo