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
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:
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
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%"==