Re: TimeZone issue

2017-11-27 Thread alessandro.benedetti
Hi, it is on my TO DO list with low priority, there is a Jira issue already[1], feel free to contribute it ! [1] https://issues.apache.org/jira/browse/SOLR-8952 - --- Alessandro Benedetti Search Consultant, R Software Engineer, Director Sease Ltd. - www.sease.io -- Sent

Re: TimeZone issue

2017-11-23 Thread Renuka Srishti
Yes, we have TZ parameter for that which worked only for date math. I need to convert the date time zone on the client side. Thanks Renuka Srishti On Thu, Nov 16, 2017 at 8:51 PM, Shawn Heisey wrote: > On 11/16/2017 4:54 AM, Renuka Srishti wrote: > >> Thanks for your

Re: TimeZone issue

2017-11-23 Thread Renuka Srishti
Hii Rick, All clients are in different time zone. So I was searching for some support which can convert the date fields in the query response in given time zone. Thanks Renuka Srishti On Thu, Nov 16, 2017 at 5:58 PM, Rick Leir wrote: > Renuka > Are your clients all in the

Re: TimeZone issue

2017-11-17 Thread Chris Hostetter
: : As I said before, I do not think that Solr will use timezones for date display : -- ever.  Solr does support timezones in certain circumstances, but I'm pretty One possibility that has been discussed in the pst is the idea of a "Date Formatting DocTransformer" that would always return a

Re: TimeZone issue

2017-11-16 Thread Shawn Heisey
On 11/16/2017 4:54 AM, Renuka Srishti wrote: Thanks for your response Shawn. I know it deals with UTC only, but it will be great if we can change the date timeZone in solr response. As I am using Solr CSV feature and it will be helpful if the date field in the CSV result can convert into client

Re: TimeZone issue

2017-11-16 Thread Rick Leir
Renuka Are your clients all in the same time zone? Solr should support clients in several timezones, and UTC conversion to local is best done in the client in my mind. Thanks -- Rick On November 16, 2017 6:54:47 AM EST, Renuka Srishti wrote: >Thanks for your

Re: TimeZone issue

2017-11-16 Thread Renuka Srishti
Thanks for your response Shawn. I know it deals with UTC only, but it will be great if we can change the date timeZone in solr response. As I am using Solr CSV feature and it will be helpful if the date field in the CSV result can convert into client TimeZone. Please suggest if you have any

Re: TimeZone issue

2017-11-15 Thread Shawn Heisey
On 11/15/2017 5:34 AM, Renuka Srishti wrote: I am working on CSV export using Apache Solr. I have written all the required query and set wt as CSV. I am getting my results as I want,but the problem is TimeZone. Solr stores date value in UTC, but my client timeZone is different. Is there any way

TimeZone issue

2017-11-15 Thread Renuka Srishti
Hello All, I am working on CSV export using Apache Solr. I have written all the required query and set wt as CSV. I am getting my results as I want,but the problem is TimeZone. Solr stores date value in UTC, but my client timeZone is different. Is there any way to convert date timeZone from UTC