Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- user@machine ~/d/c/s/solr> tree example/
- example/
- ├── build.xml
- ├── cloud-scripts
- │ ├── zkcli.bat
- │ └── zkcli.sh
- ├── contexts
- │ └── solr-jetty-context.xml
- ├── etc
- │ ├── create-solrtest.keystore.sh
- │ ├── jetty.xml
- │ ├── logging.properties
- │ ├── solrtest.keystore
- │ └── webdefault.xml
- ├── example-DIH
- │ ├── build.xml
- │ ├── hsqldb
- │ │ ├── ex.backup
- │ │ ├── ex.data
- │ │ ├── ex.log
- │ │ ├── ex.properties
- │ │ └── ex.script
- │ ├── ivy.xml
- │ ├── README.txt
- │ └── solr
- │ ├── db
- │ │ ├── conf
- │ │ │ ├── admin-extra.html
- │ │ │ ├── admin-extra.menu-bottom.html
- │ │ │ ├── admin-extra.menu-top.html
- │ │ │ ├── db-data-config.xml
- │ │ │ ├── elevate.xml
- │ │ │ ├── protwords.txt
- │ │ │ ├── schema.xml
- │ │ │ ├── scripts.conf
- │ │ │ ├── solrconfig.xml
- │ │ │ ├── stopwords.txt
- │ │ │ ├── synonyms.txt
- │ │ │ └── xslt
- │ │ │ ├── example_atom.xsl
- │ │ │ ├── example_rss.xsl
- │ │ │ ├── example.xsl
- │ │ │ └── luke.xsl
- │ │ └── lib
- │ │ ├── derby-10.9.1.0.jar
- │ │ └── hsqldb-1.8.0.10.jar
- │ ├── mail
- │ │ ├── conf
- │ │ │ ├── admin-extra.html
- │ │ │ ├── admin-extra.menu-bottom.html
- │ │ │ ├── admin-extra.menu-top.html
- │ │ │ ├── data-config.xml
- │ │ │ ├── protwords.txt
- │ │ │ ├── schema.xml
- │ │ │ ├── solrconfig.xml
- │ │ │ ├── stopwords.txt
- │ │ │ └── synonyms.txt
- │ │ └── lib
- │ ├── rss
- │ │ └── conf
- │ │ ├── admin-extra.html
- │ │ ├── admin-extra.menu-bottom.html
- │ │ ├── admin-extra.menu-top.html
- │ │ ├── elevate.xml
- │ │ ├── protwords.txt
- │ │ ├── rss-data-config.xml
- │ │ ├── schema.xml
- │ │ ├── scripts.conf
- │ │ ├── solrconfig.xml
- │ │ ├── stopwords.txt
- │ │ └── synonyms.txt
- │ ├── solr
- │ │ └── conf
- │ │ ├── admin-extra.html
- │ │ ├── admin-extra.menu-bottom.html
- │ │ ├── admin-extra.menu-top.html
- │ │ ├── elevate.xml
- │ │ ├── protwords.txt
- │ │ ├── schema.xml
- │ │ ├── scripts.conf
- │ │ ├── solrconfig.xml
- │ │ ├── solr-data-config.xml
- │ │ ├── stopwords.txt
- │ │ └── synonyms.txt
- │ ├── solr.xml
- │ └── tika
- │ └── conf
- │ ├── admin-extra.html
- │ ├── admin-extra.menu-bottom.html
- │ ├── admin-extra.menu-top.html
- │ ├── schema.xml
- │ ├── solrconfig.xml
- │ └── tika-data-config.xml
- ├── 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
- │ ├── mp500.xml
- │ ├── post.jar
- │ ├── post.sh
- │ ├── sd500.xml
- │ ├── solr.xml
- │ ├── test_utf8.sh
- │ ├── utf8-example.xml
- │ └── vidcard.xml
- ├── ivy.xml
- ├── lib
- │ ├── jetty-continuation-8.1.8.v20121106.jar
- │ ├── jetty-deploy-8.1.8.v20121106.jar
- │ ├── jetty-http-8.1.8.v20121106.jar
- │ ├── jetty-io-8.1.8.v20121106.jar
- │ ├── jetty-jmx-8.1.8.v20121106.jar
- │ ├── jetty-security-8.1.8.v20121106.jar
- │ ├── jetty-server-8.1.8.v20121106.jar
- │ ├── jetty-servlet-8.1.8.v20121106.jar
- │ ├── jetty-util-8.1.8.v20121106.jar
- │ ├── jetty-webapp-8.1.8.v20121106.jar
- │ ├── jetty-xml-8.1.8.v20121106.jar
- │ └── servlet-api-3.0.jar
- ├── logs
- ├── multicore
- │ ├── core0
- │ │ └── conf
- │ │ ├── schema.xml
- │ │ └── solrconfig.xml
- │ ├── core1
- │ │ └── conf
- │ │ ├── schema.xml
- │ │ └── solrconfig.xml
- │ ├── exampledocs
- │ │ ├── ipod_other.xml
- │ │ └── ipod_video.xml
- │ ├── README.txt
- │ ├── solr.xml
- │ └── zoo.cfg
- ├── README.txt
- ├── solr
- │ ├── bin
- │ ├── collection1
- │ │ ├── conf
- │ │ │ ├── admin-extra.html
- │ │ │ ├── admin-extra.menu-bottom.html
- │ │ │ ├── admin-extra.menu-top.html
- │ │ │ ├── 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_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
- │ │ │ ├── mapping-FoldToASCII.txt
- │ │ │ ├── mapping-ISOLatin1Accent.txt
- │ │ │ ├── protwords.txt
- │ │ │ ├── schema.xml
- │ │ │ ├── scripts.conf
- │ │ │ ├── solrconfig.xml
- │ │ │ ├── spellings.txt
- │ │ │ ├── stopwords.txt
- │ │ │ ├── synonyms.txt
- │ │ │ ├── update-script.js
- │ │ │ ├── velocity
- │ │ │ │ ├── browse.vm
- │ │ │ │ ├── clusterResults.vm
- │ │ │ │ ├── cluster.vm
- │ │ │ │ ├── debug.vm
- │ │ │ │ ├── facet_fields.vm
- │ │ │ │ ├── facet_pivot.vm
- │ │ │ │ ├── facet_queries.vm
- │ │ │ │ ├── facet_ranges.vm
- │ │ │ │ ├── facets.vm
- │ │ │ │ ├── footer.vm
- │ │ │ │ ├── header.vm
- │ │ │ │ ├── head.vm
- │ │ │ │ ├── hitGrouped.vm
- │ │ │ │ ├── hit.vm
- │ │ │ │ ├── join-doc.vm
- │ │ │ │ ├── jquery.autocomplete.css
- │ │ │ │ ├── jquery.autocomplete.js
- │ │ │ │ ├── layout.vm
- │ │ │ │ ├── main.css
- │ │ │ │ ├── product-doc.vm
- │ │ │ │ ├── queryGroup.vm
- │ │ │ │ ├── querySpatial.vm
- │ │ │ │ ├── query.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
- │ │ ├── data
- │ │ │ ├── index
- │ │ │ │ ├── _1.fdt
- │ │ │ │ ├── _1.fdx
- │ │ │ │ ├── _1.fnm
- │ │ │ │ ├── _1_Lucene41_0.doc
- │ │ │ │ ├── _1_Lucene41_0.pos
- │ │ │ │ ├── _1_Lucene41_0.tim
- │ │ │ │ ├── _1_Lucene41_0.tip
- │ │ │ │ ├── _1.nvd
- │ │ │ │ ├── _1.nvm
- │ │ │ │ ├── _1.si
- │ │ │ │ ├── segments_3
- │ │ │ │ └── segments.gen
- │ │ │ └── tlog
- │ │ │ ├── tlog.0000000000000000000
- │ │ │ └── tlog.0000000000000000001
- │ │ └── README.txt
- │ ├── README.txt
- │ ├── solr.xml
- │ └── zoo.cfg
- ├── solr-webapp
- │ └── webapp
- │ ├── admin.html
- │ ├── css
- │ │ ├── chosen.css
- │ │ └── styles
- │ │ ├── analysis.css
- │ │ ├── cloud.css
- │ │ ├── common.css
- │ │ ├── cores.css
- │ │ ├── dashboard.css
- │ │ ├── dataimport.css
- │ │ ├── index.css
- │ │ ├── java-properties.css
- │ │ ├── logging.css
- │ │ ├── menu.css
- │ │ ├── plugins.css
- │ │ ├── query.css
- │ │ ├── replication.css
- │ │ ├── schema-browser.css
- │ │ └── threads.css
- │ ├── favicon.ico
- │ ├── img
- │ │ ├── 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.png
- │ │ │ ├── databases.png
- │ │ │ ├── disk-black.png
- │ │ │ ├── document-convert.png
- │ │ │ ├── document-import.png
- │ │ │ ├── document-list.png
- │ │ │ ├── document-text.png
- │ │ │ ├── download-cloud.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
- │ │ │ ├── inbox-document-text.png
- │ │ │ ├── information-button.png
- │ │ │ ├── information.png
- │ │ │ ├── information-small.png
- │ │ │ ├── information-white.png
- │ │ │ ├── jar.png
- │ │ │ ├── magnifier.png
- │ │ │ ├── mail.png
- │ │ │ ├── memory.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-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
- │ │ │ ├── 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.png
- │ │ ├── tree.png
- │ │ └── ZeroClipboard.swf
- │ ├── js
- │ │ ├── lib
- │ │ │ ├── chosen.js
- │ │ │ ├── console.js
- │ │ │ ├── d3.js
- │ │ │ ├── highlight.js
- │ │ │ ├── jquery-1.7.2.min.js
- │ │ │ ├── jquery.autogrow.js
- │ │ │ ├── jquery.blockUI.js
- │ │ │ ├── jquery.cookie.js
- │ │ │ ├── jquery.form.js
- │ │ │ ├── jquery.jstree.js
- │ │ │ ├── jquery.sammy.js
- │ │ │ ├── jquery.timeago.js
- │ │ │ ├── linker.js
- │ │ │ ├── order.js
- │ │ │ └── ZeroClipboard.js
- │ │ ├── main.js
- │ │ ├── require.js
- │ │ └── scripts
- │ │ ├── analysis.js
- │ │ ├── app.js
- │ │ ├── cloud.js
- │ │ ├── cores.js
- │ │ ├── dashboard.js
- │ │ ├── dataimport.js
- │ │ ├── file.js
- │ │ ├── index.js
- │ │ ├── java-properties.js
- │ │ ├── logging.js
- │ │ ├── ping.js
- │ │ ├── plugins.js
- │ │ ├── query.js
- │ │ ├── replication.js
- │ │ ├── schema-browser.js
- │ │ └── threads.js
- │ ├── META-INF
- │ │ ├── LICENSE.txt
- │ │ ├── MANIFEST.MF
- │ │ └── NOTICE.txt
- │ ├── tpl
- │ │ ├── analysis.html
- │ │ ├── cloud.html
- │ │ ├── cores.html
- │ │ ├── dashboard.html
- │ │ ├── dataimport.html
- │ │ ├── index.html
- │ │ ├── logging.html
- │ │ ├── plugins.html
- │ │ ├── query.html
- │ │ ├── replication.html
- │ │ ├── schema-browser.html
- │ │ └── threads.html
- │ └── WEB-INF
- │ ├── lib
- │ │ ├── cglib-nodep-2.2.jar
- │ │ ├── commons-cli-1.2.jar
- │ │ ├── commons-codec-1.7.jar
- │ │ ├── commons-fileupload-1.2.1.jar
- │ │ ├── commons-io-2.1.jar
- │ │ ├── commons-lang-2.6.jar
- │ │ ├── guava-13.0.1.jar
- │ │ ├── httpclient-4.2.3.jar
- │ │ ├── httpcore-4.2.2.jar
- │ │ ├── httpmime-4.2.3.jar
- │ │ ├── jcl-over-slf4j-1.6.4.jar
- │ │ ├── lucene-analyzers-common-4.2-SNAPSHOT.jar
- │ │ ├── lucene-analyzers-kuromoji-4.2-SNAPSHOT.jar
- │ │ ├── lucene-analyzers-phonetic-4.2-SNAPSHOT.jar
- │ │ ├── lucene-codecs-4.2-SNAPSHOT.jar
- │ │ ├── lucene-core-4.2-SNAPSHOT.jar
- │ │ ├── lucene-grouping-4.2-SNAPSHOT.jar
- │ │ ├── lucene-highlighter-4.2-SNAPSHOT.jar
- │ │ ├── lucene-memory-4.2-SNAPSHOT.jar
- │ │ ├── lucene-misc-4.2-SNAPSHOT.jar
- │ │ ├── lucene-queries-4.2-SNAPSHOT.jar
- │ │ ├── lucene-queryparser-4.2-SNAPSHOT.jar
- │ │ ├── lucene-spatial-4.2-SNAPSHOT.jar
- │ │ ├── lucene-suggest-4.2-SNAPSHOT.jar
- │ │ ├── objenesis-1.2.jar
- │ │ ├── org.restlet-2.1.1.jar
- │ │ ├── org.restlet.ext.servlet-2.1.1.jar
- │ │ ├── slf4j-api-1.6.4.jar
- │ │ ├── slf4j-jdk14-1.6.4.jar
- │ │ ├── solr-core-4.2-SNAPSHOT.jar
- │ │ ├── solr-solrj-4.2-SNAPSHOT.jar
- │ │ ├── spatial4j-0.3.jar
- │ │ ├── wstx-asl-3.2.7.jar
- │ │ └── zookeeper-3.4.5.jar
- │ ├── weblogic.xml
- │ └── web.xml
- ├── start.jar
- └── webapps
- └── solr.war
- 53 directories, 527 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement