Re: How to use TZ parameter in a query

2016-04-06 Thread Bogdan Marinescu
makes more sense in general though, it would be nice if it was possible to modify the timezone for both the query and the result. /Jimi -Original Message- From: Bogdan Marinescu [mailto:bogdan.marine...@awinta.com] Sent: Wednesday, April 6, 2016 11:20 AM To: solr-user@lucene.apache.org

How to use TZ parameter in a query

2016-04-06 Thread Bogdan Marinescu
Hi, According to the wiki https://wiki.apache.org/solr/CoreQueryParameters#TZ I can use the TZ param to specify the timezone. I tried to make a query and put in the raw section TZ=Europe/Berlin or any other found in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones but no luck.

Re: Cannot talk to ZooKeeper - Updates are disabled.

2016-02-19 Thread Bogdan Marinescu
, 2016 at 2:11 PM Bogdan Marinescu < bogdan.marine...@awinta.com> wrote: Hi, From time to time I get org.apache.solr.common.SolrException: Cannot talk to ZooKeeper - Updates are disabled. Most likely when sol'r receives a lot of documents. My question is, why is this happening and how

Cannot talk to ZooKeeper - Updates are disabled.

2016-02-19 Thread Bogdan Marinescu
) at java.lang.Thread.run(Thread.java:745) Thanks Bogdan Marinescu

Re: Nested Docs issue

2015-12-10 Thread Bogdan Marinescu
5 at 10:41 AM, Bogdan Marinescu < bogdan.marine...@awinta.com> wrote: Any suggestions about this ? On 12/04/2015 08:26 AM, Bogdan Marinescu wrote: Hi Mikhail, I would expect the same behaviour as for a database. Meaning if I have a field declared as an uniqueKey, then there should only

Re: Nested Docs issue

2015-12-10 Thread Bogdan Marinescu
So you mean to write my own script update processor which would do that ? On 12/10/2015 11:51 AM, Mikhail Khludnev wrote: On Thu, Dec 10, 2015 at 1:26 PM, Bogdan Marinescu < bogdan.marine...@awinta.com> wrote: Problem is I was manually exporting data from a database and conv

Re: Nested Docs issue

2015-12-10 Thread Bogdan Marinescu
I add the parents and children to sol'r :) Thanks On 12/10/2015 11:14 AM, Mikhail Khludnev wrote: On Thu, Dec 10, 2015 at 12:38 PM, Bogdan Marinescu < bogdan.marine...@awinta.com> wrote: I'm interested in the workaround. If you add the childless document first and afterwards the child, then

Re: Nested Docs issue

2015-12-09 Thread Bogdan Marinescu
Any suggestions about this ? On 12/04/2015 08:26 AM, Bogdan Marinescu wrote: Hi Mikhail, I would expect the same behaviour as for a database. Meaning if I have a field declared as an uniqueKey, then there should only be one document with that key, regardless if it has a child

Re: Nested Docs issue

2015-12-03 Thread Bogdan Marinescu
d also be deleted. I've faced this problem where I was just deleting the parent by id and I had lots of orphan documents just laying around. Regards, Bogdan Marinescu On 12/03/2015 06:26 PM, Mikhail Khludnev wrote: Hello Bogdan, You described how it works now. That's how it was implemented. And

Nested Docs issue

2015-12-03 Thread Bogdan Marinescu
Hi, I have a problem with nested docs. If I create a document with id: 1 and fieldA:sometext and then add it to sol'r, I get one doc in sol'r. Afterwards if I add a child/nested doc to this document I additionally get a _root_:1 to the document but the problem is I now have two documents