Re: Is that a mistake or bug?

2018-09-16 Thread p.bodnar
I think we both understand you well :) So once again, to explain it to you, please have a look at the aforementioned https://github.com/apache/lucene-solr/blob/master/solr/core/src/java/org/apache/solr/handler/component/ResponseBuilder.java, these lines: final Boolean segmentTerminatedEarly

Re: Setting of TMP in solr.cmd (for Windows) causes invisibility of the Solr to JDK monitoring tools

2018-09-16 Thread p.bodnar
Hi Erick, thanks for your feedback, so I've created a corresponding issue in here: https://issues.apache.org/jira/browse/SOLR-12776 Hopefully that will suffice :) Regards Petr __ > Od: "Erick Erickson" > Komu: "solr-user" > Datum:

Re: Is that a mistake or bug?

2018-09-03 Thread p.bodnar
Hi, really nope :) Because as MK writes below, result.segmentTerminatedEarly is used as a 3-state variable. The only line that could be improved, is probably replacing "Boolean.FALSE" by simply "false", but that is really a minor thing... Regards PB

Setting of TMP in solr.cmd (for Windows) causes invisibility of the Solr to JDK monitoring tools

2018-09-02 Thread p.bodnar
Hi, please notice the following lines added (among others) to "solr.cmd" by commit https://github.com/apache/lucene-solr/commit/b36c68b16e67ae701cefce052a4fdbaac88fb65c for https://issues.apache.org/jira/browse/SOLR-6833 about 4 years ago: set TMP=!SOLR_HOME:%EXAMPLE_DIR%=! IF NOT "%TMP%"==