diff --git a/.gitignore b/.gitignore index 7d712b42377..8091ecdba71 100644 --- a/.gitignore +++ b/.gitignore @@ -48,5 +48,7 @@ solr/contrib/morphlines-core/test-lib/ solr/core/test-lib/ +solr/server/logs/ +solr/server/solr/zoo_data/ solr/server/solr-webapp solr/server/start.jar diff --git a/dev-tools/idea/.idea/modules.xml b/dev-tools/idea/.idea/modules.xml index 75da2f588eb..6fbe496772f 100644 --- a/dev-tools/idea/.idea/modules.xml +++ b/dev-tools/idea/.idea/modules.xml @@ -43,6 +43,7 @@ + diff --git a/dev-tools/idea/.idea/workspace.xml b/dev-tools/idea/.idea/workspace.xml index a7c68dec105..7750e90e15b 100644 --- a/dev-tools/idea/.idea/workspace.xml +++ b/dev-tools/idea/.idea/workspace.xml @@ -340,8 +340,16 @@ - - + + + + @@ -383,6 +391,7 @@ + diff --git a/dev-tools/idea/solr/server/server.iml b/dev-tools/idea/solr/server/server.iml new file mode 100644 index 00000000000..3b742a68f38 --- /dev/null +++ b/dev-tools/idea/solr/server/server.iml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index d94b46325b8..672a9b767d8 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -123,6 +123,8 @@ Optimizations * SOLR-8937: bin/post (SimplePostTool) now streams the standard input instead of buffering fully. (David Smiley) +* SOLR-8973: Zookeeper frenzy when a core is first created. (Janmejay Singh, Scott Blum, shalin) + Other Changes ---------------------- * SOLR-7516: Improve javadocs for JavaBinCodec, ObjectResolver and enforce the single-usage policy. @@ -152,7 +154,7 @@ Other Changes * SOLR-9015: Adds SelectStream as a default function in the StreamHandler (Dennis Gove) -* SOLR-8973: Zookeeper frenzy when a core is first created. (Janmejay Singh, Scott Blum, shalin) +* SOLR-8929: Add an idea module for solr/server to enable launching start.jar (Scott Blum, Steve Rowe) ================== 6.0.0 ==================