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&D Software Engineer, Director
Sease Ltd. - www.sease.io
--
Sent fro
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 response Shawn. I know it d
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 same time zone? Solr s
:
: 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 Stri
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 T
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 response Shawn. I know it deals wit
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 alterna
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