Sha256: 2977ab64abd7d4010c55e612d9ffcdbe62d51f5a65b7f10b714bfb92403d1467

Contents?: true

Size: 1.13 KB

Versions: 22

Compression:

Stored size: 1.13 KB

Contents

Inside ./lib are all the jar files neccesary for solrj. They are used by the SolrJWriter.

The build.xml and ivy.xml file included here were used to download the jars, and
can be used to re-download them. Just run `ant` in this directory, and the contents of `./lib` will be replaced by the current latest release of solrj. Or edit ivy.xml to download a specific solrj version (perhaps change ivy.xml to use a java prop for release, defaulting to latest! ha.)  And then commit changes to repo, etc, to update solrj distro'd with traject.

This is not neccesarily a great way to provide access to solrj .jars. It's just what we're doing now, and it works. See main project README.md for discussion and other potential ideas.

Note, the ivy.xml in here currently downloads a bit MORE than we really need, like .jars of docs and source. Haven't yet figured out how to tell it to download all maven-specified solrj jars that we really need, but not the ones we don't need. (we DO need logging-related ones to properly get logging working!) If you can figure it out, it'd be an improvement, as ALL jars in this dir are by default loaded by traject at runtime.

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
traject-solrj_writer-1.0.0-java vendor/solrj/README
traject-1.1.0 vendor/solrj/README
traject-1.0.0 vendor/solrj/README
traject-1.0.0.beta.7 vendor/solrj/README
traject-1.0.0.beta.5 vendor/solrj/README
traject-1.0.0.beta.4 vendor/solrj/README
traject-1.0.0.beta.3 vendor/solrj/README
traject-1.0.0.beta.2 vendor/solrj/README
traject-1.0.0.beta.1 vendor/solrj/README
traject-0.17.0 vendor/solrj/README
traject-0.16.0 vendor/solrj/README
traject-0.15.0 vendor/solrj/README
traject-0.14.1 vendor/solrj/README
traject-0.13.2 vendor/solrj/README
traject-0.13.1 vendor/solrj/README
traject-0.13.0 vendor/solrj/README
traject-0.12.0 vendor/solrj/README
traject-0.11.0 vendor/solrj/README
traject-0.10.0 vendor/solrj/README
traject-0.9.1 vendor/solrj/README