Creating HttpEntityEnclosingRequestBase with a repeatable entity

2019-07-08 Thread Avi Steiner
Hi. I'm using solrj (7.3.1). I encountered an error for delete queries that fail on an unauthorized exception. I noticed other requests succeed. I managed to track it down to NTLM authentications. org.apache.http.impl.execchain.MainClientExec (line 315) will remove authentication headers befor

RE: tlog/commit questions

2019-07-03 Thread Avi Steiner
ssues. Absent abnormal termination, tlog replay really shouldn’t be happening. Are you totally sure that it was TLOG replay and not a full sync from the leader? Best, Erick > On Jul 3, 2019, at 12:36 AM, Avi Steiner wrote: > > Hi > > We had some cases with customers (Solr 5

tlog/commit questions

2019-07-03 Thread Avi Steiner
Hi We had some cases with customers (Solr 5.3.1, one search node, one shard) with huge tlog files (more than 1 GB). Our settings: 1 3 false

RE: ZooKeeper transaction logs

2017-07-10 Thread Avi Steiner
@lucene.apache.org Subject: Re: ZooKeeper transaction logs You can try run purge manually see if it is working: org.apache.zookeeper.server.PurgeTxnLog. And use a cron job to do clean up. On 7/9/17, 11:07 AM, "Avi Steiner" wrote: Hello I'm using Zookeeper 3.4.6 The ZK

RE: ZooKeeper transaction logs

2017-07-09 Thread Avi Steiner
: org.apache.zookeeper.server.PurgeTxnLog. And use a cron job to do clean up. On 7/9/17, 11:07 AM, "Avi Steiner" wrote: Hello I'm using Zookeeper 3.4.6 The ZK log data folder keeps growing with transaction logs files (log.*). I set the following in zoo.cfg: autopurge.

ZooKeeper transaction logs

2017-07-09 Thread Avi Steiner
Hello I'm using Zookeeper 3.4.6 The ZK log data folder keeps growing with transaction logs files (log.*). I set the following in zoo.cfg: autopurge.purgeInterval=1 autopurge.snapRetainCount=3 dataDir=..\\data Per ZK log, it reads those parameters: 2017-07-09 17:44:59,792 [myid:] - INFO [main:

resource governance

2017-05-16 Thread Avi Steiner
Hello I have a question about resource governance / quality of service. Is there any way to configure priorities of queries? Can I set some select queries, for example, higher priority than index (add/update) ? Thanks Avi This email and any attachments there

RE: BooleanQuery and WordDelimiterFilter

2017-05-02 Thread Avi Steiner
Tell us the relevant field types you have in schema.xml. You can also solve this all for yourself in the Solr Admin Analysis panel. Cheers -- Rick On May 1, 2017 2:34:31 AM EDT, Avi Steiner wrote: >Hi > >I have a question regarding the use of query parser and BooleanQuery. > >I h

BooleanQuery and WordDelimiterFilter

2017-04-30 Thread Avi Steiner
Hi I have a question regarding the use of query parser and BooleanQuery. I have 3 documents indexed. Doc1 contains the words huntman's and huntman Doc2 contains the word huntman's Doc3 contains the word huntman When I search for huntman's I get Doc1 and Doc2 When I search for +huntman's I get D

Huge cfs files

2017-04-25 Thread Avi Steiner
Hi We have a customer with Solr 5.3.1. The index contains less than 3.5 million docs, and index folder size is about 240GB. I found that the most huge files are .cfs files (compound files) that were created lately although only few documents were added. The useCompoundFile parameter is commented

RE: Positions files analysis

2016-06-28 Thread Avi Steiner
Thanks Eric. I don't want to disable the phrase searches option. I just wonder if there is any way I can find terms within index, and thought the pos file analysis may be a direction. I suspect that our index is full of long float numbers (i.e: 1234.4546786585899544) which may be unnecessary. Be

RE: limit stored field size

2016-06-28 Thread Avi Steiner
As far as I remember it didn't work. I used DefaultSolrHighlighter (because the improved ones as PostingsSolrHighlighter requires indexing for sure) and it used only indexed fields, but I'll retry. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Tuesday, Ju