Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 9, 2019 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/5b33fdc78e978854ef535b07d1cfc5a4 to your computer and use it in GitHub Desktop.
Save ryantm/5b33fdc78e978854ef535b07d1cfc5a4 to your computer and use it in GitHub Desktop.
/nix/store/lbjfdgwkpkyvv2l020bpaz9iylpnl8w2-solr-8.3.1
├── bin
│   ├── post
│   └── solr
├── contrib
│   ├── analysis-extras
│   │   ├── lib
│   │   │   ├── icu4j-62.1.jar
│   │   │   ├── morfologik-fsa-2.1.5.jar
│   │   │   ├── morfologik-polish-2.1.5.jar
│   │   │   ├── morfologik-stemming-2.1.5.jar
│   │   │   ├── morfologik-ukrainian-search-3.9.0.jar
│   │   │   └── opennlp-tools-1.9.1.jar
│   │   ├── lucene-libs
│   │   │   ├── lucene-analyzers-icu-8.3.1.jar
│   │   │   ├── lucene-analyzers-morfologik-8.3.1.jar
│   │   │   ├── lucene-analyzers-opennlp-8.3.1.jar
│   │   │   ├── lucene-analyzers-smartcn-8.3.1.jar
│   │   │   └── lucene-analyzers-stempel-8.3.1.jar
│   │   └── README.txt
│   ├── clustering
│   │   ├── lib
│   │   │   ├── attributes-binder-1.3.3.jar
│   │   │   ├── carrot2-guava-18.0.jar
│   │   │   ├── carrot2-mini-3.16.0.jar
│   │   │   ├── jackson-annotations-2.9.9.jar
│   │   │   ├── jackson-databind-2.9.9.3.jar
│   │   │   └── simple-xml-safe-2.7.1.jar
│   │   └── README.txt
│   ├── dataimporthandler
│   │   └── README.txt
│   ├── dataimporthandler-extras
│   │   └── lib
│   │   ├── activation-1.1.1.jar
│   │   ├── gimap-1.5.1.jar
│   │   └── javax.mail-1.5.1.jar
│   ├── extraction
│   │   ├── lib
│   │   │   ├── apache-mime4j-core-0.8.2.jar
│   │   │   ├── apache-mime4j-dom-0.8.2.jar
│   │   │   ├── aspectjrt-1.8.0.jar
│   │   │   ├── bcmail-jdk15on-1.60.jar
│   │   │   ├── bcpkix-jdk15on-1.60.jar
│   │   │   ├── bcprov-jdk15on-1.60.jar
│   │   │   ├── boilerpipe-1.1.0.jar
│   │   │   ├── commons-collections4-4.2.jar
│   │   │   ├── commons-compress-1.18.jar
│   │   │   ├── curvesapi-1.04.jar
│   │   │   ├── dec-0.1.2.jar
│   │   │   ├── fontbox-2.0.12.jar
│   │   │   ├── icu4j-62.1.jar
│   │   │   ├── isoparser-1.1.22.jar
│   │   │   ├── jackcess-2.1.12.jar
│   │   │   ├── jackcess-encrypt-2.1.4.jar
│   │   │   ├── java-libpst-0.8.1.jar
│   │   │   ├── jdom2-2.0.6.jar
│   │   │   ├── jempbox-1.8.16.jar
│   │   │   ├── jmatio-1.5.jar
│   │   │   ├── juniversalchardet-1.0.3.jar
│   │   │   ├── metadata-extractor-2.11.0.jar
│   │   │   ├── parso-2.0.9.jar
│   │   │   ├── pdfbox-2.0.12.jar
│   │   │   ├── pdfbox-tools-2.0.12.jar
│   │   │   ├── poi-4.0.0.jar
│   │   │   ├── poi-ooxml-4.0.0.jar
│   │   │   ├── poi-ooxml-schemas-4.0.0.jar
│   │   │   ├── poi-scratchpad-4.0.0.jar
│   │   │   ├── rome-1.5.1.jar
│   │   │   ├── rome-utils-1.5.1.jar
│   │   │   ├── tagsoup-1.2.1.jar
│   │   │   ├── tika-core-1.19.1.jar
│   │   │   ├── tika-java7-1.19.1.jar
│   │   │   ├── tika-parsers-1.19.1.jar
│   │   │   ├── tika-xmp-1.19.1.jar
│   │   │   ├── vorbis-java-core-0.8.jar
│   │   │   ├── vorbis-java-tika-0.8.jar
│   │   │   ├── xercesImpl-2.9.1.jar
│   │   │   ├── xmlbeans-3.0.1.jar
│   │   │   ├── xmpcore-5.1.3.jar
│   │   │   └── xz-1.8.jar
│   │   └── README.txt
│   ├── jaegertracer-configurator
│   │   ├── lib
│   │   │   ├── jaeger-core-0.35.5.jar
│   │   │   ├── jaeger-thrift-0.35.5.jar
│   │   │   └── libthrift-0.12.0.jar
│   │   └── README.txt
│   ├── langid
│   │   ├── lib
│   │   │   ├── jsonic-1.2.7.jar
│   │   │   ├── langdetect-1.1-20120112.jar
│   │   │   └── opennlp-tools-1.9.1.jar
│   │   └── README.txt
│   ├── ltr
│   │   └── README.txt
│   ├── prometheus-exporter
│   │   ├── bin
│   │   │   ├── solr-exporter
│   │   │   └── solr-exporter.cmd
│   │   ├── conf
│   │   │   ├── grafana-solr-dashboard.json
│   │   │   └── solr-exporter-config.xml
│   │   ├── lib
│   │   │   ├── argparse4j-0.8.1.jar
│   │   │   ├── jackson-annotations-2.9.9.jar
│   │   │   ├── jackson-core-2.9.9.jar
│   │   │   ├── jackson-databind-2.9.9.3.jar
│   │   │   ├── jackson-jq-0.0.8.jar
│   │   │   ├── log4j-api-2.11.2.jar
│   │   │   ├── log4j-core-2.11.2.jar
│   │   │   ├── log4j-slf4j-impl-2.11.2.jar
│   │   │   ├── simpleclient-0.2.0.jar
│   │   │   ├── simpleclient_common-0.2.0.jar
│   │   │   ├── simpleclient_httpserver-0.2.0.jar
│   │   │   └── slf4j-api-1.7.24.jar
│   │   ├── lucene-libs
│   │   │   └── lucene-analyzers-common-8.3.1.jar
│   │   └── README.txt
│   └── velocity
│   └── lib
│   ├── commons-lang3-3.8.1.jar
│   ├── velocity-engine-core-2.0.jar
│   ├── velocity-tools-generic-3.0.jar
│   ├── velocity-tools-view-3.0.jar
│   └── velocity-tools-view-jsp-3.0.jar
├── dist
│   ├── solr-analysis-extras-8.3.1.jar
│   ├── solr-analytics-8.3.1.jar
│   ├── solr-cell-8.3.1.jar
│   ├── solr-clustering-8.3.1.jar
│   ├── solr-core-8.3.1.jar
│   ├── solr-dataimporthandler-8.3.1.jar
│   ├── solr-dataimporthandler-extras-8.3.1.jar
│   ├── solr-jaegertracer-configurator-8.3.1.jar
│   ├── solrj-lib
│   │   ├── commons-io-2.5.jar
│   │   ├── commons-math3-3.6.1.jar
│   │   ├── http2-client-9.4.19.v20190610.jar
│   │   ├── http2-common-9.4.19.v20190610.jar
│   │   ├── http2-hpack-9.4.19.v20190610.jar
│   │   ├── http2-http-client-transport-9.4.19.v20190610.jar
│   │   ├── httpclient-4.5.6.jar
│   │   ├── httpcore-4.4.10.jar
│   │   ├── httpmime-4.5.6.jar
│   │   ├── jcl-over-slf4j-1.7.24.jar
│   │   ├── jetty-alpn-client-9.4.19.v20190610.jar
│   │   ├── jetty-alpn-java-client-9.4.19.v20190610.jar
│   │   ├── jetty-client-9.4.19.v20190610.jar
│   │   ├── jetty-http-9.4.19.v20190610.jar
│   │   ├── jetty-io-9.4.19.v20190610.jar
│   │   ├── jetty-util-9.4.19.v20190610.jar
│   │   ├── netty-buffer-4.1.29.Final.jar
│   │   ├── netty-codec-4.1.29.Final.jar
│   │   ├── netty-common-4.1.29.Final.jar
│   │   ├── netty-handler-4.1.29.Final.jar
│   │   ├── netty-resolver-4.1.29.Final.jar
│   │   ├── netty-transport-4.1.29.Final.jar
│   │   ├── netty-transport-native-epoll-4.1.29.Final.jar
│   │   ├── netty-transport-native-unix-common-4.1.29.Final.jar
│   │   ├── slf4j-api-1.7.24.jar
│   │   ├── stax2-api-3.1.4.jar
│   │   ├── woodstox-core-asl-4.4.1.jar
│   │   ├── zookeeper-3.5.5.jar
│   │   └── zookeeper-jute-3.5.5.jar
│   ├── solr-langid-8.3.1.jar
│   ├── solr-ltr-8.3.1.jar
│   ├── solr-prometheus-exporter-8.3.1.jar
│   ├── solr-solrj-8.3.1.jar
│   ├── solr-test-framework-8.3.1.jar
│   ├── solr-velocity-8.3.1.jar
│   └── test-framework
│   ├── lib
│   │   ├── ant-1.8.2.jar
│   │   ├── hamcrest-core-1.3.jar
│   │   ├── junit-4.12.jar
│   │   ├── junit4-ant-2.7.2.jar
│   │   ├── opentracing-mock-0.33.0.jar
│   │   └── randomizedtesting-runner-2.7.2.jar
│   ├── lucene-libs
│   │   └── lucene-test-framework-8.3.1.jar
│   └── README.txt
├── example
│   ├── example-DIH
│   │   ├── hsqldb
│   │   │   └── ex.script
│   │   ├── README.txt
│   │   └── solr
│   │   ├── atom
│   │   │   ├── conf
│   │   │   │   ├── atom-data-config.xml
│   │   │   │   ├── lang
│   │   │   │   │   └── stopwords_en.txt
│   │   │   │   ├── managed-schema
│   │   │   │   ├── protwords.txt
│   │   │   │   ├── solrconfig.xml
│   │   │   │   ├── synonyms.txt
│   │   │   │   └── url_types.txt
│   │   │   └── core.properties
│   │   ├── db
│   │   │   ├── conf
│   │   │   │   ├── clustering
│   │   │   │   │   └── carrot2
│   │   │   │   │   ├── kmeans-attributes.xml
│   │   │   │   │   ├── lingo-attributes.xml
│   │   │   │   │   └── stc-attributes.xml
│   │   │   │   ├── currency.xml
│   │   │   │   ├── db-data-config.xml
│   │   │   │   ├── elevate.xml
│   │   │   │   ├── lang
│   │   │   │   │   ├── contractions_ca.txt
│   │   │   │   │   ├── contractions_fr.txt
│   │   │   │   │   ├── contractions_ga.txt
│   │   │   │   │   ├── contractions_it.txt
│   │   │   │   │   ├── hyphenations_ga.txt
│   │   │   │   │   ├── stemdict_nl.txt
│   │   │   │   │   ├── stoptags_ja.txt
│   │   │   │   │   ├── stopwords_ar.txt
│   │   │   │   │   ├── stopwords_bg.txt
│   │   │   │   │   ├── stopwords_ca.txt
│   │   │   │   │   ├── stopwords_ckb.txt
│   │   │   │   │   ├── stopwords_cz.txt
│   │   │   │   │   ├── stopwords_da.txt
│   │   │   │   │   ├── stopwords_de.txt
│   │   │   │   │   ├── stopwords_el.txt
│   │   │   │   │   ├── stopwords_en.txt
│   │   │   │   │   ├── stopwords_es.txt
│   │   │   │   │   ├── stopwords_eu.txt
│   │   │   │   │   ├── stopwords_fa.txt
│   │   │   │   │   ├── stopwords_fi.txt
│   │   │   │   │   ├── stopwords_fr.txt
│   │   │   │   │   ├── stopwords_ga.txt
│   │   │   │   │   ├── stopwords_gl.txt
│   │   │   │   │   ├── stopwords_hi.txt
│   │   │   │   │   ├── stopwords_hu.txt
│   │   │   │   │   ├── stopwords_hy.txt
│   │   │   │   │   ├── stopwords_id.txt
│   │   │   │   │   ├── stopwords_it.txt
│   │   │   │   │   ├── stopwords_ja.txt
│   │   │   │   │   ├── stopwords_lv.txt
│   │   │   │   │   ├── stopwords_nl.txt
│   │   │   │   │   ├── stopwords_no.txt
│   │   │   │   │   ├── stopwords_pt.txt
│   │   │   │   │   ├── stopwords_ro.txt
│   │   │   │   │   ├── stopwords_ru.txt
│   │   │   │   │   ├── stopwords_sv.txt
│   │   │   │   │   ├── stopwords_th.txt
│   │   │   │   │   ├── stopwords_tr.txt
│   │   │   │   │   └── userdict_ja.txt
│   │   │   │   ├── managed-schema
│   │   │   │   ├── mapping-FoldToASCII.txt
│   │   │   │   ├── mapping-ISOLatin1Accent.txt
│   │   │   │   ├── protwords.txt
│   │   │   │   ├── solrconfig.xml
│   │   │   │   ├── spellings.txt
│   │   │   │   ├── stopwords.txt
│   │   │   │   ├── synonyms.txt
│   │   │   │   ├── update-script.js
│   │   │   │   └── xslt
│   │   │   │   ├── example_atom.xsl
│   │   │   │   ├── example_rss.xsl
│   │   │   │   ├── example.xsl
│   │   │   │   ├── luke.xsl
│   │   │   │   └── updateXml.xsl
│   │   │   ├── core.properties
│   │   │   └── lib
│   │   │   ├── derby-10.9.1.0.jar
│   │   │   └── hsqldb-2.4.0.jar
│   │   ├── mail
│   │   │   ├── conf
│   │   │   │   ├── clustering
│   │   │   │   │   └── carrot2
│   │   │   │   │   ├── kmeans-attributes.xml
│   │   │   │   │   ├── lingo-attributes.xml
│   │   │   │   │   └── stc-attributes.xml
│   │   │   │   ├── currency.xml
│   │   │   │   ├── elevate.xml
│   │   │   │   ├── lang
│   │   │   │   │   ├── contractions_ca.txt
│   │   │   │   │   ├── contractions_fr.txt
│   │   │   │   │   ├── contractions_ga.txt
│   │   │   │   │   ├── contractions_it.txt
│   │   │   │   │   ├── hyphenations_ga.txt
│   │   │   │   │   ├── stemdict_nl.txt
│   │   │   │   │   ├── stoptags_ja.txt
│   │   │   │   │   ├── stopwords_ar.txt
│   │   │   │   │   ├── stopwords_bg.txt
│   │   │   │   │   ├── stopwords_ca.txt
│   │   │   │   │   ├── stopwords_ckb.txt
│   │   │   │   │   ├── stopwords_cz.txt
│   │   │   │   │   ├── stopwords_da.txt
│   │   │   │   │   ├── stopwords_de.txt
│   │   │   │   │   ├── stopwords_el.txt
│   │   │   │   │   ├── stopwords_en.txt
│   │   │   │   │   ├── stopwords_es.txt
│   │   │   │   │   ├── stopwords_eu.txt
│   │   │   │   │   ├── stopwords_fa.txt
│   │   │   │   │   ├── stopwords_fi.txt
│   │   │   │   │   ├── stopwords_fr.txt
│   │   │   │   │   ├── stopwords_ga.txt
│   │   │   │   │   ├── stopwords_gl.txt
│   │   │   │   │   ├── stopwords_hi.txt
│   │   │   │   │   ├── stopwords_hu.txt
│   │   │   │   │   ├── stopwords_hy.txt
│   │   │   │   │   ├── stopwords_id.txt
│   │   │   │   │   ├── stopwords_it.txt
│   │   │   │   │   ├── stopwords_ja.txt
│   │   │   │   │   ├── stopwords_lv.txt
│   │   │   │   │   ├── stopwords_nl.txt
│   │   │   │   │   ├── stopwords_no.txt
│   │   │   │   │   ├── stopwords_pt.txt
│   │   │   │   │   ├── stopwords_ro.txt
│   │   │   │   │   ├── stopwords_ru.txt
│   │   │   │   │   ├── stopwords_sv.txt
│   │   │   │   │   ├── stopwords_th.txt
│   │   │   │   │   ├── stopwords_tr.txt
│   │   │   │   │   └── userdict_ja.txt
│   │   │   │   ├── mail-data-config.xml
│   │   │   │   ├── managed-schema
│   │   │   │   ├── mapping-FoldToASCII.txt
│   │   │   │   ├── mapping-ISOLatin1Accent.txt
│   │   │   │   ├── protwords.txt
│   │   │   │   ├── solrconfig.xml
│   │   │   │   ├── spellings.txt
│   │   │   │   ├── stopwords.txt
│   │   │   │   ├── synonyms.txt
│   │   │   │   ├── update-script.js
│   │   │   │   └── xslt
│   │   │   │   ├── example_atom.xsl
│   │   │   │   ├── example_rss.xsl
│   │   │   │   ├── example.xsl
│   │   │   │   ├── luke.xsl
│   │   │   │   └── updateXml.xsl
│   │   │   └── core.properties
│   │   ├── solr
│   │   │   ├── conf
│   │   │   │   ├── clustering
│   │   │   │   │   └── carrot2
│   │   │   │   │   ├── kmeans-attributes.xml
│   │   │   │   │   ├── lingo-attributes.xml
│   │   │   │   │   └── stc-attributes.xml
│   │   │   │   ├── currency.xml
│   │   │   │   ├── elevate.xml
│   │   │   │   ├── lang
│   │   │   │   │   ├── contractions_ca.txt
│   │   │   │   │   ├── contractions_fr.txt
│   │   │   │   │   ├── contractions_ga.txt
│   │   │   │   │   ├── contractions_it.txt
│   │   │   │   │   ├── hyphenations_ga.txt
│   │   │   │   │   ├── stemdict_nl.txt
│   │   │   │   │   ├── stoptags_ja.txt
│   │   │   │   │   ├── stopwords_ar.txt
│   │   │   │   │   ├── stopwords_bg.txt
│   │   │   │   │   ├── stopwords_ca.txt
│   │   │   │   │   ├── stopwords_ckb.txt
│   │   │   │   │   ├── stopwords_cz.txt
│   │   │   │   │   ├── stopwords_da.txt
│   │   │   │   │   ├── stopwords_de.txt
│   │   │   │   │   ├── stopwords_el.txt
│   │   │   │   │   ├── stopwords_en.txt
│   │   │   │   │   ├── stopwords_es.txt
│   │   │   │   │   ├── stopwords_eu.txt
│   │   │   │   │   ├── stopwords_fa.txt
│   │   │   │   │   ├── stopwords_fi.txt
│   │   │   │   │   ├── stopwords_fr.txt
│   │   │   │   │   ├── stopwords_ga.txt
│   │   │   │   │   ├── stopwords_gl.txt
│   │   │   │   │   ├── stopwords_hi.txt
│   │   │   │   │   ├── stopwords_hu.txt
│   │   │   │   │   ├── stopwords_hy.txt
│   │   │   │   │   ├── stopwords_id.txt
│   │   │   │   │   ├── stopwords_it.txt
│   │   │   │   │   ├── stopwords_ja.txt
│   │   │   │   │   ├── stopwords_lv.txt
│   │   │   │   │   ├── stopwords_nl.txt
│   │   │   │   │   ├── stopwords_no.txt
│   │   │   │   │   ├── stopwords_pt.txt
│   │   │   │   │   ├── stopwords_ro.txt
│   │   │   │   │   ├── stopwords_ru.txt
│   │   │   │   │   ├── stopwords_sv.txt
│   │   │   │   │   ├── stopwords_th.txt
│   │   │   │   │   ├── stopwords_tr.txt
│   │   │   │   │   └── userdict_ja.txt
│   │   │   │   ├── managed-schema
│   │   │   │   ├── mapping-FoldToASCII.txt
│   │   │   │   ├── mapping-ISOLatin1Accent.txt
│   │   │   │   ├── protwords.txt
│   │   │   │   ├── solrconfig.xml
│   │   │   │   ├── solr-data-config.xml
│   │   │   │   ├── spellings.txt
│   │   │   │   ├── stopwords.txt
│   │   │   │   ├── synonyms.txt
│   │   │   │   ├── update-script.js
│   │   │   │   └── xslt
│   │   │   │   ├── example_atom.xsl
│   │   │   │   ├── example_rss.xsl
│   │   │   │   ├── example.xsl
│   │   │   │   ├── luke.xsl
│   │   │   │   └── updateXml.xsl
│   │   │   └── core.properties
│   │   ├── solr.xml
│   │   └── tika
│   │   ├── conf
│   │   │   ├── managed-schema
│   │   │   ├── solrconfig.xml
│   │   │   └── tika-data-config.xml
│   │   └── core.properties
│   ├── exampledocs
│   │   ├── books.csv
│   │   ├── books.json
│   │   ├── gb18030-example.xml
│   │   ├── hd.xml
│   │   ├── ipod_other.xml
│   │   ├── ipod_video.xml
│   │   ├── manufacturers.xml
│   │   ├── mem.xml
│   │   ├── money.xml
│   │   ├── monitor2.xml
│   │   ├── monitor.xml
│   │   ├── more_books.jsonl
│   │   ├── mp500.xml
│   │   ├── post.jar
│   │   ├── sample.html
│   │   ├── sd500.xml
│   │   ├── solr-word.pdf
│   │   ├── solr.xml
│   │   ├── test_utf8.sh
│   │   ├── utf8-example.xml
│   │   └── vidcard.xml
│   ├── files
│   │   ├── browse-resources
│   │   │   └── velocity
│   │   │   ├── resources_de_DE.properties
│   │   │   ├── resources_fr_FR.properties
│   │   │   └── resources.properties
│   │   ├── conf
│   │   │   ├── currency.xml
│   │   │   ├── elevate.xml
│   │   │   ├── email_url_types.txt
│   │   │   ├── lang
│   │   │   │   ├── contractions_ca.txt
│   │   │   │   ├── contractions_fr.txt
│   │   │   │   ├── contractions_ga.txt
│   │   │   │   ├── contractions_it.txt
│   │   │   │   ├── hyphenations_ga.txt
│   │   │   │   ├── stemdict_nl.txt
│   │   │   │   ├── stoptags_ja.txt
│   │   │   │   ├── stopwords_ar.txt
│   │   │   │   ├── stopwords_bg.txt
│   │   │   │   ├── stopwords_ca.txt
│   │   │   │   ├── stopwords_cz.txt
│   │   │   │   ├── stopwords_da.txt
│   │   │   │   ├── stopwords_de.txt
│   │   │   │   ├── stopwords_el.txt
│   │   │   │   ├── stopwords_en.txt
│   │   │   │   ├── stopwords_es.txt
│   │   │   │   ├── stopwords_eu.txt
│   │   │   │   ├── stopwords_fa.txt
│   │   │   │   ├── stopwords_fi.txt
│   │   │   │   ├── stopwords_fr.txt
│   │   │   │   ├── stopwords_ga.txt
│   │   │   │   ├── stopwords_gl.txt
│   │   │   │   ├── stopwords_hi.txt
│   │   │   │   ├── stopwords_hu.txt
│   │   │   │   ├── stopwords_hy.txt
│   │   │   │   ├── stopwords_id.txt
│   │   │   │   ├── stopwords_it.txt
│   │   │   │   ├── stopwords_ja.txt
│   │   │   │   ├── stopwords_lv.txt
│   │   │   │   ├── stopwords_nl.txt
│   │   │   │   ├── stopwords_no.txt
│   │   │   │   ├── stopwords_pt.txt
│   │   │   │   ├── stopwords_ro.txt
│   │   │   │   ├── stopwords_ru.txt
│   │   │   │   ├── stopwords_sv.txt
│   │   │   │   ├── stopwords_th.txt
│   │   │   │   ├── stopwords_tr.txt
│   │   │   │   └── userdict_ja.txt
│   │   │   ├── managed-schema
│   │   │   ├── params.json
│   │   │   ├── protwords.txt
│   │   │   ├── solrconfig.xml
│   │   │   ├── stopwords.txt
│   │   │   ├── synonyms.txt
│   │   │   ├── update-script.js
│   │   │   └── velocity
│   │   │   ├── browse.vm
│   │   │   ├── dropit.js
│   │   │   ├── facet_doc_type.vm
│   │   │   ├── facets.vm
│   │   │   ├── facet_text_shingles.vm
│   │   │   ├── footer.vm
│   │   │   ├── head.vm
│   │   │   ├── hit.vm
│   │   │   ├── img
│   │   │   │   ├── english_640.png
│   │   │   │   ├── france_640.png
│   │   │   │   ├── germany_640.png
│   │   │   │   └── globe_256.png
│   │   │   ├── jquery.tx3-tag-cloud.js
│   │   │   ├── js
│   │   │   │   ├── dropit.js
│   │   │   │   ├── jquery.autocomplete.js
│   │   │   │   └── jquery.tx3-tag-cloud.js
│   │   │   ├── layout.vm
│   │   │   ├── macros.vm
│   │   │   ├── mime_type_lists.vm
│   │   │   ├── results_list.vm
│   │   │   └── results.vm
│   │   └── README.txt
│   ├── films
│   │   ├── film_data_generator.py
│   │   ├── films.csv
│   │   ├── films.json
│   │   ├── films-LICENSE.txt
│   │   ├── films.xml
│   │   └── README.txt
│   └── README.txt
└── server
├── contexts
│   └── solr-jetty-context.xml
├── etc
│   ├── jetty-https8.xml
│   ├── jetty-https.xml
│   ├── jetty-http.xml
│   ├── jetty-ssl.xml
│   ├── jetty.xml
│   └── webdefault.xml
├── lib
│   ├── ext
│   │   ├── disruptor-3.4.2.jar
│   │   ├── jcl-over-slf4j-1.7.24.jar
│   │   ├── jul-to-slf4j-1.7.24.jar
│   │   ├── log4j-1.2-api-2.11.2.jar
│   │   ├── log4j-api-2.11.2.jar
│   │   ├── log4j-core-2.11.2.jar
│   │   ├── log4j-slf4j-impl-2.11.2.jar
│   │   ├── log4j-web-2.11.2.jar
│   │   └── slf4j-api-1.7.24.jar
│   ├── http2-common-9.4.19.v20190610.jar
│   ├── http2-hpack-9.4.19.v20190610.jar
│   ├── http2-server-9.4.19.v20190610.jar
│   ├── javax.servlet-api-3.1.0.jar
│   ├── jetty-alpn-java-server-9.4.19.v20190610.jar
│   ├── jetty-alpn-server-9.4.19.v20190610.jar
│   ├── jetty-continuation-9.4.19.v20190610.jar
│   ├── jetty-deploy-9.4.19.v20190610.jar
│   ├── jetty-http-9.4.19.v20190610.jar
│   ├── jetty-io-9.4.19.v20190610.jar
│   ├── jetty-jmx-9.4.19.v20190610.jar
│   ├── jetty-rewrite-9.4.19.v20190610.jar
│   ├── jetty-security-9.4.19.v20190610.jar
│   ├── jetty-server-9.4.19.v20190610.jar
│   ├── jetty-servlet-9.4.19.v20190610.jar
│   ├── jetty-servlets-9.4.19.v20190610.jar
│   ├── jetty-util-9.4.19.v20190610.jar
│   ├── jetty-webapp-9.4.19.v20190610.jar
│   ├── jetty-xml-9.4.19.v20190610.jar
│   ├── metrics-core-4.0.5.jar
│   ├── metrics-graphite-4.0.5.jar
│   ├── metrics-jetty9-4.0.5.jar
│   ├── metrics-jmx-4.0.5.jar
│   └── metrics-jvm-4.0.5.jar
├── modules
│   ├── http.mod
│   ├── https8.mod
│   ├── https.mod
│   ├── server.mod
│   └── ssl.mod
├── README.txt
├── resources
│   ├── jetty-logging.properties
│   ├── log4j2-console.xml
│   └── log4j2.xml
├── scripts
│   └── cloud-scripts
│   ├── snapshotscli.sh
│   ├── zkcli.bat
│   └── zkcli.sh
├── solr
│   ├── configsets
│   │   ├── _default
│   │   │   └── conf
│   │   │   ├── lang
│   │   │   │   ├── contractions_ca.txt
│   │   │   │   ├── contractions_fr.txt
│   │   │   │   ├── contractions_ga.txt
│   │   │   │   ├── contractions_it.txt
│   │   │   │   ├── hyphenations_ga.txt
│   │   │   │   ├── stemdict_nl.txt
│   │   │   │   ├── stoptags_ja.txt
│   │   │   │   ├── stopwords_ar.txt
│   │   │   │   ├── stopwords_bg.txt
│   │   │   │   ├── stopwords_ca.txt
│   │   │   │   ├── stopwords_cz.txt
│   │   │   │   ├── stopwords_da.txt
│   │   │   │   ├── stopwords_de.txt
│   │   │   │   ├── stopwords_el.txt
│   │   │   │   ├── stopwords_en.txt
│   │   │   │   ├── stopwords_es.txt
│   │   │   │   ├── stopwords_et.txt
│   │   │   │   ├── stopwords_eu.txt
│   │   │   │   ├── stopwords_fa.txt
│   │   │   │   ├── stopwords_fi.txt
│   │   │   │   ├── stopwords_fr.txt
│   │   │   │   ├── stopwords_ga.txt
│   │   │   │   ├── stopwords_gl.txt
│   │   │   │   ├── stopwords_hi.txt
│   │   │   │   ├── stopwords_hu.txt
│   │   │   │   ├── stopwords_hy.txt
│   │   │   │   ├── stopwords_id.txt
│   │   │   │   ├── stopwords_it.txt
│   │   │   │   ├── stopwords_ja.txt
│   │   │   │   ├── stopwords_lv.txt
│   │   │   │   ├── stopwords_nl.txt
│   │   │   │   ├── stopwords_no.txt
│   │   │   │   ├── stopwords_pt.txt
│   │   │   │   ├── stopwords_ro.txt
│   │   │   │   ├── stopwords_ru.txt
│   │   │   │   ├── stopwords_sv.txt
│   │   │   │   ├── stopwords_th.txt
│   │   │   │   ├── stopwords_tr.txt
│   │   │   │   └── userdict_ja.txt
│   │   │   ├── managed-schema
│   │   │   ├── params.json
│   │   │   ├── protwords.txt
│   │   │   ├── solrconfig.xml
│   │   │   ├── stopwords.txt
│   │   │   └── synonyms.txt
│   │   └── sample_techproducts_configs
│   │   └── conf
│   │   ├── clustering
│   │   │   └── carrot2
│   │   │   ├── kmeans-attributes.xml
│   │   │   ├── lingo-attributes.xml
│   │   │   ├── README.txt
│   │   │   └── stc-attributes.xml
│   │   ├── currency.xml
│   │   ├── elevate.xml
│   │   ├── lang
│   │   │   ├── contractions_ca.txt
│   │   │   ├── contractions_fr.txt
│   │   │   ├── contractions_ga.txt
│   │   │   ├── contractions_it.txt
│   │   │   ├── hyphenations_ga.txt
│   │   │   ├── stemdict_nl.txt
│   │   │   ├── stoptags_ja.txt
│   │   │   ├── stopwords_ar.txt
│   │   │   ├── stopwords_bg.txt
│   │   │   ├── stopwords_ca.txt
│   │   │   ├── stopwords_ckb.txt
│   │   │   ├── stopwords_cz.txt
│   │   │   ├── stopwords_da.txt
│   │   │   ├── stopwords_de.txt
│   │   │   ├── stopwords_el.txt
│   │   │   ├── stopwords_en.txt
│   │   │   ├── stopwords_es.txt
│   │   │   ├── stopwords_et.txt
│   │   │   ├── stopwords_eu.txt
│   │   │   ├── stopwords_fa.txt
│   │   │   ├── stopwords_fi.txt
│   │   │   ├── stopwords_fr.txt
│   │   │   ├── stopwords_ga.txt
│   │   │   ├── stopwords_gl.txt
│   │   │   ├── stopwords_hi.txt
│   │   │   ├── stopwords_hu.txt
│   │   │   ├── stopwords_hy.txt
│   │   │   ├── stopwords_id.txt
│   │   │   ├── stopwords_it.txt
│   │   │   ├── stopwords_ja.txt
│   │   │   ├── stopwords_lv.txt
│   │   │   ├── stopwords_nl.txt
│   │   │   ├── stopwords_no.txt
│   │   │   ├── stopwords_pt.txt
│   │   │   ├── stopwords_ro.txt
│   │   │   ├── stopwords_ru.txt
│   │   │   ├── stopwords_sv.txt
│   │   │   ├── stopwords_th.txt
│   │   │   ├── stopwords_tr.txt
│   │   │   └── userdict_ja.txt
│   │   ├── managed-schema
│   │   ├── mapping-FoldToASCII.txt
│   │   ├── mapping-ISOLatin1Accent.txt
│   │   ├── params.json
│   │   ├── protwords.txt
│   │   ├── _rest_managed.json
│   │   ├── _schema_analysis_stopwords_english.json
│   │   ├── _schema_analysis_synonyms_english.json
│   │   ├── solrconfig.xml
│   │   ├── spellings.txt
│   │   ├── stopwords.txt
│   │   ├── synonyms.txt
│   │   ├── update-script.js
│   │   ├── velocity
│   │   │   ├── browse.vm
│   │   │   ├── cluster_results.vm
│   │   │   ├── cluster.vm
│   │   │   ├── debug.vm
│   │   │   ├── did_you_mean.vm
│   │   │   ├── error.vm
│   │   │   ├── facet_fields.vm
│   │   │   ├── facet_pivot.vm
│   │   │   ├── facet_queries.vm
│   │   │   ├── facet_ranges.vm
│   │   │   ├── facets.vm
│   │   │   ├── footer.vm
│   │   │   ├── header.vm
│   │   │   ├── head.vm
│   │   │   ├── hit_grouped.vm
│   │   │   ├── hit_plain.vm
│   │   │   ├── hit.vm
│   │   │   ├── join_doc.vm
│   │   │   ├── jquery.autocomplete.css
│   │   │   ├── jquery.autocomplete.js
│   │   │   ├── layout.vm
│   │   │   ├── main.css
│   │   │   ├── mime_type_lists.vm
│   │   │   ├── pagination_bottom.vm
│   │   │   ├── pagination_top.vm
│   │   │   ├── product_doc.vm
│   │   │   ├── query_form.vm
│   │   │   ├── query_group.vm
│   │   │   ├── query_spatial.vm
│   │   │   ├── query.vm
│   │   │   ├── README.txt
│   │   │   ├── results_list.vm
│   │   │   ├── richtext_doc.vm
│   │   │   ├── suggest.vm
│   │   │   ├── tabs.vm
│   │   │   └── VM_global_library.vm
│   │   └── xslt
│   │   ├── example_atom.xsl
│   │   ├── example_rss.xsl
│   │   ├── example.xsl
│   │   ├── luke.xsl
│   │   └── updateXml.xsl
│   ├── README.txt
│   ├── solr.xml
│   └── zoo.cfg
├── solr-webapp
│   └── webapp
│   ├── css
│   │   └── angular
│   │   ├── analysis.css
│   │   ├── chosen.css
│   │   ├── cloud.css
│   │   ├── collections.css
│   │   ├── common.css
│   │   ├── cores.css
│   │   ├── dashboard.css
│   │   ├── dataimport.css
│   │   ├── documents.css
│   │   ├── files.css
│   │   ├── index.css
│   │   ├── java-properties.css
│   │   ├── jquery-ui.min.css
│   │   ├── jquery-ui.structure.min.css
│   │   ├── logging.css
│   │   ├── login.css
│   │   ├── menu.css
│   │   ├── overview.css
│   │   ├── plugins.css
│   │   ├── query.css
│   │   ├── replication.css
│   │   ├── schema.css
│   │   ├── segments.css
│   │   ├── stream.css
│   │   ├── suggestions.css
│   │   └── threads.css
│   ├── favicon.ico
│   ├── img
│   │   ├── chosen-sprite-2x.png
│   │   ├── chosen-sprite.png
│   │   ├── div.gif
│   │   ├── favicon.ico
│   │   ├── filetypes
│   │   │   ├── 7z.png
│   │   │   ├── aiff.png
│   │   │   ├── ai.png
│   │   │   ├── asc.png
│   │   │   ├── audio.png
│   │   │   ├── bin.png
│   │   │   ├── bz2.png
│   │   │   ├── cfc.png
│   │   │   ├── cfm.png
│   │   │   ├── chm.png
│   │   │   ├── class.png
│   │   │   ├── conf.png
│   │   │   ├── c.png
│   │   │   ├── cpp.png
│   │   │   ├── cs.png
│   │   │   ├── css.png
│   │   │   ├── csv.png
│   │   │   ├── deb.png
│   │   │   ├── divx.png
│   │   │   ├── doc.png
│   │   │   ├── dot.png
│   │   │   ├── eml.png
│   │   │   ├── enc.png
│   │   │   ├── file.png
│   │   │   ├── gif.png
│   │   │   ├── gz.png
│   │   │   ├── hlp.png
│   │   │   ├── html.png
│   │   │   ├── htm.png
│   │   │   ├── image.png
│   │   │   ├── iso.png
│   │   │   ├── jar.png
│   │   │   ├── java.png
│   │   │   ├── jpeg.png
│   │   │   ├── jpg.png
│   │   │   ├── js.png
│   │   │   ├── lua.png
│   │   │   ├── mm.png
│   │   │   ├── mov.png
│   │   │   ├── mp3.png
│   │   │   ├── mpg.png
│   │   │   ├── m.png
│   │   │   ├── odc.png
│   │   │   ├── odf.png
│   │   │   ├── odg.png
│   │   │   ├── odi.png
│   │   │   ├── odp.png
│   │   │   ├── ods.png
│   │   │   ├── odt.png
│   │   │   ├── ogg.png
│   │   │   ├── pdf.png
│   │   │   ├── pgp.png
│   │   │   ├── php.png
│   │   │   ├── pl.png
│   │   │   ├── png.png
│   │   │   ├── ppt.png
│   │   │   ├── ps.png
│   │   │   ├── py.png
│   │   │   ├── ram.png
│   │   │   ├── rar.png
│   │   │   ├── rb.png
│   │   │   ├── README
│   │   │   ├── rm.png
│   │   │   ├── rpm.png
│   │   │   ├── rtf.png
│   │   │   ├── sig.png
│   │   │   ├── sql.png
│   │   │   ├── swf.png
│   │   │   ├── sxc.png
│   │   │   ├── sxd.png
│   │   │   ├── sxi.png
│   │   │   ├── sxw.png
│   │   │   ├── tar.png
│   │   │   ├── tex.png
│   │   │   ├── tgz.png
│   │   │   ├── txt.png
│   │   │   ├── vcf.png
│   │   │   ├── video.png
│   │   │   ├── vsd.png
│   │   │   ├── wav.png
│   │   │   ├── wma.png
│   │   │   ├── wmv.png
│   │   │   ├── xls.png
│   │   │   ├── xml.png
│   │   │   ├── xpi.png
│   │   │   ├── xvid.png
│   │   │   └── zip.png
│   │   ├── ico
│   │   │   ├── arrow-000-small.png
│   │   │   ├── arrow-circle.png
│   │   │   ├── arrow-switch.png
│   │   │   ├── asterisk.png
│   │   │   ├── battery.png
│   │   │   ├── block.png
│   │   │   ├── block-small.png
│   │   │   ├── book-open-text.png
│   │   │   ├── box.png
│   │   │   ├── bug.png
│   │   │   ├── chart.png
│   │   │   ├── chevron-small-expand.png
│   │   │   ├── chevron-small.png
│   │   │   ├── clipboard-list.png
│   │   │   ├── clipboard-paste-document-text.png
│   │   │   ├── clipboard-paste.png
│   │   │   ├── clock-select.png
│   │   │   ├── clock-select-remain.png
│   │   │   ├── construction.png
│   │   │   ├── cross-0.png
│   │   │   ├── cross-1.png
│   │   │   ├── cross-button.png
│   │   │   ├── cross.png
│   │   │   ├── dashboard.png
│   │   │   ├── database--plus.png
│   │   │   ├── database.png
│   │   │   ├── databases.png
│   │   │   ├── disk-black.png
│   │   │   ├── document-convert.png
│   │   │   ├── document-import.png
│   │   │   ├── document-list.png
│   │   │   ├── documents-stack.png
│   │   │   ├── document-text.png
│   │   │   ├── download-cloud.png
│   │   │   ├── drive-upload.png
│   │   │   ├── exclamation-button.png
│   │   │   ├── eye.png
│   │   │   ├── folder-export.png
│   │   │   ├── folder.png
│   │   │   ├── folder-tree.png
│   │   │   ├── funnel.png
│   │   │   ├── funnel-small.png
│   │   │   ├── gear.png
│   │   │   ├── globe-network.png
│   │   │   ├── globe.png
│   │   │   ├── hammer.png
│   │   │   ├── hammer-screwdriver.png
│   │   │   ├── hand.png
│   │   │   ├── highlighter-text.png
│   │   │   ├── home.png
│   │   │   ├── hourglass--exclamation.png
│   │   │   ├── hourglass.png
│   │   │   ├── idea.png
│   │   │   ├── inbox-document-text.png
│   │   │   ├── information-button.png
│   │   │   ├── information.png
│   │   │   ├── information-small.png
│   │   │   ├── information-white.png
│   │   │   ├── jar.png
│   │   │   ├── magnifier.png
│   │   │   ├── mail.png
│   │   │   ├── memory.png
│   │   │   ├── minus-button.png
│   │   │   ├── molecule.png
│   │   │   ├── network-cloud.png
│   │   │   ├── network.png
│   │   │   ├── network-status-away.png
│   │   │   ├── network-status-busy.png
│   │   │   ├── network-status-offline.png
│   │   │   ├── network-status.png
│   │   │   ├── node-design.png
│   │   │   ├── node-master.png
│   │   │   ├── node.png
│   │   │   ├── node-select.png
│   │   │   ├── node-slave.png
│   │   │   ├── pencil.png
│   │   │   ├── pencil-small.png
│   │   │   ├── plus-button.png
│   │   │   ├── processor.png
│   │   │   ├── prohibition.png
│   │   │   ├── property.png
│   │   │   ├── question.png
│   │   │   ├── question-small-white.png
│   │   │   ├── question-white.png
│   │   │   ├── receipt-invoice.png
│   │   │   ├── receipt.png
│   │   │   ├── run.png
│   │   │   ├── script-code.png
│   │   │   ├── server-cast.png
│   │   │   ├── server.png
│   │   │   ├── sitemap.png
│   │   │   ├── slash.png
│   │   │   ├── status-away.png
│   │   │   ├── status-busy.png
│   │   │   ├── status-offline.png
│   │   │   ├── status.png
│   │   │   ├── system-monitor--exclamation.png
│   │   │   ├── system-monitor.png
│   │   │   ├── table.png
│   │   │   ├── terminal.png
│   │   │   ├── tick-circle.png
│   │   │   ├── tick.png
│   │   │   ├── tick-red.png
│   │   │   ├── toggle-small-expand.png
│   │   │   ├── toggle-small.png
│   │   │   ├── toolbox.png
│   │   │   ├── ui-accordion.png
│   │   │   ├── ui-address-bar.png
│   │   │   ├── ui-check-box.png
│   │   │   ├── ui-check-box-uncheck.png
│   │   │   ├── ui-radio-button.png
│   │   │   ├── ui-radio-button-uncheck.png
│   │   │   ├── ui-text-field-select.png
│   │   │   ├── users.png
│   │   │   ├── wooden-box.png
│   │   │   └── zone.png
│   │   ├── loader.gif
│   │   ├── loader-light.gif
│   │   ├── lucene-ico.png
│   │   ├── solr-ico.png
│   │   ├── solr.svg
│   │   └── tree.png
│   ├── index.html
│   ├── js
│   │   └── angular
│   │   ├── app.js
│   │   ├── controllers
│   │   │   ├── alias-overview.js
│   │   │   ├── analysis.js
│   │   │   ├── cloud.js
│   │   │   ├── cluster-suggestions.js
│   │   │   ├── collection-overview.js
│   │   │   ├── collections.js
│   │   │   ├── core-overview.js
│   │   │   ├── cores.js
│   │   │   ├── dataimport.js
│   │   │   ├── documents.js
│   │   │   ├── files.js
│   │   │   ├── index.js
│   │   │   ├── java-properties.js
│   │   │   ├── logging.js
│   │   │   ├── login.js
│   │   │   ├── plugins.js
│   │   │   ├── query.js
│   │   │   ├── replication.js
│   │   │   ├── schema.js
│   │   │   ├── segments.js
│   │   │   ├── stream.js
│   │   │   ├── threads.js
│   │   │   └── unknown.js
│   │   └── services.js
│   ├── libs
│   │   ├── angular-chosen.js
│   │   ├── angular-cookies.js
│   │   ├── angular-cookies.min.js
│   │   ├── angular.js
│   │   ├── angular.min.js
│   │   ├── angular-resource.min.js
│   │   ├── angular-route.js
│   │   ├── angular-route.min.js
│   │   ├── angular-sanitize.js
│   │   ├── angular-sanitize.min.js
│   │   ├── angular-utf8-base64.js
│   │   ├── angular-utf8-base64.min.js
│   │   ├── chosen.jquery.js
│   │   ├── chosen.jquery.min.js
│   │   ├── d3.js
│   │   ├── highlight.js
│   │   ├── jquery-1.7.2.min.js
│   │   ├── jquery-2.1.3.min.js
│   │   ├── jquery.jstree.js
│   │   ├── jquery-ui.min.js
│   │   └── ngtimeago.js
│   ├── partials
│   │   ├── alias_overview.html
│   │   ├── analysis.html
│   │   ├── cloud.html
│   │   ├── cluster_suggestions.html
│   │   ├── collection_overview.html
│   │   ├── collections.html
│   │   ├── core_overview.html
│   │   ├── cores.html
│   │   ├── dataimport.html
│   │   ├── documents.html
│   │   ├── files.html
│   │   ├── index.html
│   │   ├── java-properties.html
│   │   ├── logging.html
│   │   ├── logging-levels.html
│   │   ├── login.html
│   │   ├── plugins.html
│   │   ├── query.html
│   │   ├── replication.html
│   │   ├── schema.html
│   │   ├── segments.html
│   │   ├── stream.html
│   │   ├── threads.html
│   │   └── unknown.html
│   └── WEB-INF
│   ├── lib
│   │   ├── antlr4-runtime-4.5.1-1.jar
│   │   ├── asm-5.1.jar
│   │   ├── asm-commons-5.1.jar
│   │   ├── avatica-core-1.13.0.jar
│   │   ├── caffeine-2.8.0.jar
│   │   ├── calcite-core-1.18.0.jar
│   │   ├── calcite-linq4j-1.18.0.jar
│   │   ├── commons-cli-1.2.jar
│   │   ├── commons-codec-1.11.jar
│   │   ├── commons-collections-3.2.2.jar
│   │   ├── commons-compiler-3.0.9.jar
│   │   ├── commons-configuration2-2.1.1.jar
│   │   ├── commons-exec-1.3.jar
│   │   ├── commons-fileupload-1.3.3.jar
│   │   ├── commons-io-2.5.jar
│   │   ├── commons-lang3-3.8.1.jar
│   │   ├── commons-math3-3.6.1.jar
│   │   ├── commons-text-1.6.jar
│   │   ├── curator-client-2.13.0.jar
│   │   ├── curator-framework-2.13.0.jar
│   │   ├── curator-recipes-2.13.0.jar
│   │   ├── disruptor-3.4.2.jar
│   │   ├── eigenbase-properties-1.1.5.jar
│   │   ├── guava-25.1-jre.jar
│   │   ├── hadoop-annotations-3.2.0.jar
│   │   ├── hadoop-auth-3.2.0.jar
│   │   ├── hadoop-common-3.2.0.jar
│   │   ├── hadoop-hdfs-client-3.2.0.jar
│   │   ├── hppc-0.8.1.jar
│   │   ├── htrace-core4-4.1.0-incubating.jar
│   │   ├── http2-client-9.4.19.v20190610.jar
│   │   ├── http2-common-9.4.19.v20190610.jar
│   │   ├── http2-hpack-9.4.19.v20190610.jar
│   │   ├── http2-http-client-transport-9.4.19.v20190610.jar
│   │   ├── httpclient-4.5.6.jar
│   │   ├── httpcore-4.4.10.jar
│   │   ├── httpmime-4.5.6.jar
│   │   ├── jackson-annotations-2.9.9.jar
│   │   ├── jackson-core-2.9.9.jar
│   │   ├── jackson-databind-2.9.9.3.jar
│   │   ├── jackson-dataformat-smile-2.9.9.jar
│   │   ├── janino-3.0.9.jar
│   │   ├── jetty-alpn-client-9.4.19.v20190610.jar
│   │   ├── jetty-alpn-java-client-9.4.19.v20190610.jar
│   │   ├── jetty-client-9.4.19.v20190610.jar
│   │   ├── jetty-http-9.4.19.v20190610.jar
│   │   ├── jetty-io-9.4.19.v20190610.jar
│   │   ├── jetty-util-9.4.19.v20190610.jar
│   │   ├── jose4j-0.6.5.jar
│   │   ├── json-path-2.4.0.jar
│   │   ├── kerb-core-1.0.1.jar
│   │   ├── kerb-util-1.0.1.jar
│   │   ├── kerby-asn1-1.0.1.jar
│   │   ├── kerby-pkix-1.0.1.jar
│   │   ├── lucene-analyzers-common-8.3.1.jar
│   │   ├── lucene-analyzers-kuromoji-8.3.1.jar
│   │   ├── lucene-analyzers-nori-8.3.1.jar
│   │   ├── lucene-analyzers-phonetic-8.3.1.jar
│   │   ├── lucene-backward-codecs-8.3.1.jar
│   │   ├── lucene-classification-8.3.1.jar
│   │   ├── lucene-codecs-8.3.1.jar
│   │   ├── lucene-core-8.3.1.jar
│   │   ├── lucene-expressions-8.3.1.jar
│   │   ├── lucene-grouping-8.3.1.jar
│   │   ├── lucene-highlighter-8.3.1.jar
│   │   ├── lucene-join-8.3.1.jar
│   │   ├── lucene-memory-8.3.1.jar
│   │   ├── lucene-misc-8.3.1.jar
│   │   ├── lucene-queries-8.3.1.jar
│   │   ├── lucene-queryparser-8.3.1.jar
│   │   ├── lucene-sandbox-8.3.1.jar
│   │   ├── lucene-spatial3d-8.3.1.jar
│   │   ├── lucene-spatial-extras-8.3.1.jar
│   │   ├── lucene-suggest-8.3.1.jar
│   │   ├── netty-buffer-4.1.29.Final.jar
│   │   ├── netty-codec-4.1.29.Final.jar
│   │   ├── netty-common-4.1.29.Final.jar
│   │   ├── netty-handler-4.1.29.Final.jar
│   │   ├── netty-resolver-4.1.29.Final.jar
│   │   ├── netty-transport-4.1.29.Final.jar
│   │   ├── netty-transport-native-epoll-4.1.29.Final.jar
│   │   ├── netty-transport-native-unix-common-4.1.29.Final.jar
│   │   ├── opentracing-api-0.33.0.jar
│   │   ├── opentracing-noop-0.33.0.jar
│   │   ├── opentracing-util-0.33.0.jar
│   │   ├── org.restlet-2.3.0.jar
│   │   ├── org.restlet.ext.servlet-2.3.0.jar
│   │   ├── protobuf-java-3.6.1.jar
│   │   ├── re2j-1.2.jar
│   │   ├── rrd4j-3.5.jar
│   │   ├── s2-geometry-library-java-1.0.0.jar
│   │   ├── solr-core-8.3.1.jar
│   │   ├── solr-solrj-8.3.1.jar
│   │   ├── spatial4j-0.7.jar
│   │   ├── stax2-api-3.1.4.jar
│   │   ├── t-digest-3.1.jar
│   │   ├── woodstox-core-asl-4.4.1.jar
│   │   ├── zookeeper-3.5.5.jar
│   │   └── zookeeper-jute-3.5.5.jar
│   └── web.xml
└── start.jar
102 directories, 1061 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment