Eric Pugh
Eric Pugh
For those who haven't seen it, we are now generating diagrams from ascii mark up! I am excited to make it easier to add diagrams to Solr that don't require...
Some good progress.. If https://github.com/apache/solr/pull/2391 happens then this is good to go. If 2391 doesnt' before 10, then I'll edit this and then merge it.
Hi all who have contributed to this long lived PR! With Solr 10 being close to being released, I wanted to bend this towards something mergable. I've edited the doc...
In order to not have "forward looking" text in Ref Guide, need #2391 to get in... I am going to take a stab at it tomorrow..
@rahulgoswami I would love your review of the windows changes...
This *could* be a linux specific issue. The stop command is written all in script (not in java code), so the implmentation on linux is parallel to windows. Could you...
thanks @rahulgoswami I am going to back out the `solr.cmd` changes!
Okaym, I dug more into this, and I think I see another problem! It turns out that we parse the args for the start/stop/restart commands separate from actually invoking the...
Okay, I just did some testing of `bin/solr` and this is what I get (and expect): ``` dev git:(SOLR-6962) ✗ bin/solr stop -a ERROR: Jvm options are required when using...
Hi all, I think the UBI plugin is much better positioned to participate in release tests. I think this PR can now be merged? Since some other plugins like search-relevance...