Navigation Menu

Skip to content

Commit

Permalink
WIP: added sharedLib
Browse files Browse the repository at this point in the history
  • Loading branch information
rzezeski committed Nov 3, 2012
1 parent f0dae1a commit d9e46ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions priv/conf/config.xml
Expand Up @@ -52,34 +52,8 @@
<lib dir="./lib" /> <lib dir="./lib" />
--> -->


<!-- A 'dir' option by itself adds any files found in the directory
to the classpath, this is useful for including all jars in a
directory.
-->
<!--
<lib dir="../add-everything-found-in-this-dir-to-the-classpath" />
-->

<!-- When a 'regex' is specified in addition to a 'dir', only the
files in that directory which completely match the regex
(anchored on both ends) will be included.
-->
<!-- <lib dir="../../dist/" regex="apache-solr-cell-\d.*\.jar" /> -->
<!-- <lib dir="../../contrib/extraction/lib" regex=".*\.jar" /> -->

<lib dir="../../dist/" regex="apache-solr-langid-\d.*\.jar" />
<lib dir="../../contrib/langid/lib/" regex=".*\.jar" />

<lib dir="${yz.lib.dir}" /> <lib dir="${yz.lib.dir}" />


<!-- an exact 'path' can be used instead of a 'dir' to specify a
specific file. This will cause a serious error to be logged if
it can't be loaded.
-->
<!--
<lib path="../a-jar-that-does-not-exist.jar" />
-->

<!-- Data Directory <!-- Data Directory
Used to specify an alternate directory to hold all index data Used to specify an alternate directory to hold all index data
Expand Down
2 changes: 1 addition & 1 deletion priv/solr.xml
Expand Up @@ -16,7 +16,7 @@
limitations under the License. limitations under the License.
--> -->


<solr persistent="true"> <solr persistent="true" sharedLib="lib">
<cores adminPath="/admin/cores"> <cores adminPath="/admin/cores">
</cores> </cores>
</solr> </solr>

0 comments on commit d9e46ad

Please sign in to comment.