在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → solr使用案例

solr使用案例

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:44.23M
  • 下载次数:2
  • 浏览次数:71
  • 发布时间:2021-03-11
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
solr使用案例
【实例截图】
【核心代码】
9fce05b3-7bdf-428f-9fe2-ebeaef3b2bcd
└── 新建文件夹
├── apache-tomcat-6.0.20.exe
├── Solr-4.4 install in Win7 64bit.docx
├── SolrHome
│   ├── collection1
│   │   ├── conf
│   │   │   ├── admin-extra.html
│   │   │   ├── admin-extra.menu-bottom.html
│   │   │   ├── admin-extra.menu-top.html
│   │   │   ├── 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
│   │   │   ├── mapping-FoldToASCII.txt
│   │   │   ├── mapping-ISOLatin1Accent.txt
│   │   │   ├── protwords.txt
│   │   │   ├── schema.xml
│   │   │   ├── scripts.conf
│   │   │   ├── solrconfig.xml
│   │   │   ├── solrconfig.xml.bak
│   │   │   ├── 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
│   │   ├── core.properties
│   │   ├── data
│   │   │   ├── index
│   │   │   │   ├── _2.fdt
│   │   │   │   ├── _2.fdx
│   │   │   │   ├── _2.fnm
│   │   │   │   ├── _2_Lucene41_0.doc
│   │   │   │   ├── _2_Lucene41_0.pos
│   │   │   │   ├── _2_Lucene41_0.tim
│   │   │   │   ├── _2_Lucene41_0.tip
│   │   │   │   ├── _2.nvd
│   │   │   │   ├── _2.nvm
│   │   │   │   ├── _2.si
│   │   │   │   ├── _2.tvd
│   │   │   │   ├── _2.tvx
│   │   │   │   ├── _3.fdt
│   │   │   │   ├── _3.fdx
│   │   │   │   ├── _3.fnm
│   │   │   │   ├── _3_Lucene41_0.doc
│   │   │   │   ├── _3_Lucene41_0.pos
│   │   │   │   ├── _3_Lucene41_0.tim
│   │   │   │   ├── _3_Lucene41_0.tip
│   │   │   │   ├── _3.nvd
│   │   │   │   ├── _3.nvm
│   │   │   │   ├── _3.si
│   │   │   │   ├── _4.fdt
│   │   │   │   ├── _4.fdx
│   │   │   │   ├── _4.fnm
│   │   │   │   ├── _4_Lucene41_0.doc
│   │   │   │   ├── _4_Lucene41_0.pos
│   │   │   │   ├── _4_Lucene41_0.tim
│   │   │   │   ├── _4_Lucene41_0.tip
│   │   │   │   ├── _4.nvd
│   │   │   │   ├── _4.nvm
│   │   │   │   ├── _4.si
│   │   │   │   ├── segments_7
│   │   │   │   ├── segments.gen
│   │   │   │   └── write.lock
│   │   │   └── tlog
│   │   │   ├── tlog.0000000000000000000
│   │   │   ├── tlog.0000000000000000001
│   │   │   ├── tlog.0000000000000000002
│   │   │   ├── tlog.0000000000000000003
│   │   │   ├── tlog.0000000000000000004
│   │   │   └── tlog.0000000000000000005
│   │   └── README.txt
│   ├── hangzhoustore.rar
│   ├── README.txt
│   ├── solr.rar
│   ├── solr.xml
│   ├── solr.xml.bak
│   ├── test
│   │   ├── conf
│   │   │   ├── admin-extra.html
│   │   │   ├── admin-extra.menu-bottom.html
│   │   │   ├── admin-extra.menu-top.html
│   │   │   ├── 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
│   │   │   ├── mapping-FoldToASCII.txt
│   │   │   ├── mapping-ISOLatin1Accent.txt
│   │   │   ├── protwords.txt
│   │   │   ├── schema.xml
│   │   │   ├── scripts.conf
│   │   │   ├── solrconfig.xml
│   │   │   ├── solrconfig.xml.bak
│   │   │   ├── 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
│   │   ├── core.properties
│   │   ├── core.properties.bak
│   │   ├── data
│   │   │   ├── index
│   │   │   │   ├── _9.fdt
│   │   │   │   ├── _9.fdx
│   │   │   │   ├── _9.fnm
│   │   │   │   ├── _9_Lucene41_0.doc
│   │   │   │   ├── _9_Lucene41_0.pos
│   │   │   │   ├── _9_Lucene41_0.tim
│   │   │   │   ├── _9_Lucene41_0.tip
│   │   │   │   ├── _9.nvd
│   │   │   │   ├── _9.nvm
│   │   │   │   ├── _9.si
│   │   │   │   ├── _a.fdt
│   │   │   │   ├── _a.fdx
│   │   │   │   ├── _a.fnm
│   │   │   │   ├── _a_Lucene41_0.doc
│   │   │   │   ├── _a_Lucene41_0.pos
│   │   │   │   ├── _a_Lucene41_0.tim
│   │   │   │   ├── _a_Lucene41_0.tip
│   │   │   │   ├── _a.nvd
│   │   │   │   ├── _a.nvm
│   │   │   │   ├── _a.si
│   │   │   │   ├── _b.fdt
│   │   │   │   ├── _b.fdx
│   │   │   │   ├── _b.fnm
│   │   │   │   ├── _b_Lucene41_0.doc
│   │   │   │   ├── _b_Lucene41_0.pos
│   │   │   │   ├── _b_Lucene41_0.tim
│   │   │   │   ├── _b_Lucene41_0.tip
│   │   │   │   ├── _b.nvd
│   │   │   │   ├── _b.nvm
│   │   │   │   ├── _b.si
│   │   │   │   ├── segments_e
│   │   │   │   ├── segments.gen
│   │   │   │   └── write.lock
│   │   │   └── tlog
│   │   │   ├── tlog.0000000000000000000
│   │   │   ├── tlog.0000000000000000001
│   │   │   ├── tlog.0000000000000000002
│   │   │   ├── tlog.0000000000000000003
│   │   │   ├── tlog.0000000000000000004
│   │   │   ├── tlog.0000000000000000005
│   │   │   ├── tlog.0000000000000000006
│   │   │   ├── tlog.0000000000000000007
│   │   │   └── tlog.0000000000000000008
│   │   ├── README.txt
│   │   └── 新建 文本文档.txt
│   └── zoo.cfg
├── SolrNet
│   └── SolrNet
│   ├── Bll
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Bll.dll
│   │   │   ├── Bll.pdb
│   │   │   ├── HttpWebAdapters.dll
│   │   │   ├── HttpWebAdapters.pdb
│   │   │   ├── HttpWebAdapters.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── SolrNet.dll
│   │   │   ├── SolrNet.pdb
│   │   │   └── SolrNet.xml
│   │   ├── Bll.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Bll.csproj.FileListAbsolute.txt
│   │   │   ├── Bll.csprojResolveAssemblyReference.cache
│   │   │   ├── Bll.dll
│   │   │   ├── Bll.pdb
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   └── ResolveAssemblyReference.cache
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── SolrCase.cs
│   ├── HttpWebAdapters
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HttpWebAdapters.dll
│   │   │   ├── HttpWebAdapters.pdb
│   │   │   └── HttpWebAdapters.XML
│   │   ├── HttpWebAdapters.csproj
│   │   ├── HttpWebAdapters.csproj.user
│   │   ├── IHttpWebRequest.cs
│   │   ├── IHttpWebRequestFactory.cs
│   │   ├── IHttpWebResponse.cs
│   │   ├── Impl
│   │   │   ├── BasicAuthHttpWebRequestFactory.cs
│   │   │   ├── ClientCertificateHttpWebRequestFactory.cs
│   │   │   ├── HttpWebRequestAdapter.cs
│   │   │   ├── HttpWebRequestFactory.cs
│   │   │   ├── HttpWebRequestMethod.cs
│   │   │   └── HttpWebResponseAdapter.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── HttpWebAdapters.csproj.FileListAbsolute.txt
│   │   │   ├── HttpWebAdapters.csprojResolveAssemblyReference.cache
│   │   │   ├── HttpWebAdapters.dll
│   │   │   └── HttpWebAdapters.pdb
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   └── WebResponseStub.cs
│   ├── Microsoft.Practices.ServiceLocation.dll
│   ├── Model
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HttpWebAdapters.dll
│   │   │   ├── HttpWebAdapters.pdb
│   │   │   ├── HttpWebAdapters.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   ├── SolrNet.dll
│   │   │   ├── SolrNet.pdb
│   │   │   └── SolrNet.xml
│   │   ├── Class1.cs
│   │   ├── Model.csproj
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Model.csproj.FileListAbsolute.txt
│   │   │   ├── Model.csprojResolveAssemblyReference.cache
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   └── ResolveAssemblyReference.cache
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── MvcApplication1
│   │   ├── bin
│   │   │   ├── EntityFramework.dll
│   │   │   ├── EntityFramework.xml
│   │   │   ├── HttpWebAdapters.dll
│   │   │   ├── HttpWebAdapters.pdb
│   │   │   ├── HttpWebAdapters.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Model.dll
│   │   │   ├── Model.pdb
│   │   │   ├── MvcApplication1.dll
│   │   │   ├── MvcApplication1.pdb
│   │   │   ├── SolrNet.dll
│   │   │   ├── SolrNet.pdb
│   │   │   ├── SolrNet.xml
│   │   │   ├── SolrSharp.dll
│   │   │   ├── SolrSharp.pdb
│   │   │   └── SolrSharp.xml
│   │   ├── Content
│   │   │   ├── Site.css
│   │   │   └── themes
│   │   │   └── base
│   │   │   ├── images
│   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   ├── jquery.ui.accordion.css
│   │   │   ├── jquery.ui.all.css
│   │   │   ├── jquery.ui.autocomplete.css
│   │   │   ├── jquery.ui.base.css
│   │   │   ├── jquery.ui.button.css
│   │   │   ├── jquery.ui.core.css
│   │   │   ├── jquery.ui.datepicker.css
│   │   │   ├── jquery.ui.dialog.css
│   │   │   ├── jquery.ui.progressbar.css
│   │   │   ├── jquery.ui.resizable.css
│   │   │   ├── jquery.ui.selectable.css
│   │   │   ├── jquery.ui.slider.css
│   │   │   ├── jquery.ui.tabs.css
│   │   │   └── jquery.ui.theme.css
│   │   ├── Controllers
│   │   │   └── HomeController.cs
│   │   ├── Global.asax
│   │   ├── Global.asax.cs
│   │   ├── MvcApplication1.csproj
│   │   ├── MvcApplication1.csproj.user
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MvcApplication1.csproj.FileListAbsolute.txt
│   │   │   ├── MvcApplication1.csprojResolveAssemblyReference.cache
│   │   │   ├── MvcApplication1.dll
│   │   │   ├── MvcApplication1.pdb
│   │   │   └── ResolveAssemblyReference.cache
│   │   ├── packages.config
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Scripts
│   │   │   ├── jquery-1.5.1.js
│   │   │   ├── jquery-1.5.1.min.js
│   │   │   ├── jquery-1.5.1-vsdoc.js
│   │   │   ├── jquery-ui-1.8.11.js
│   │   │   ├── jquery-ui-1.8.11.min.js
│   │   │   ├── jquery.unobtrusive-ajax.js
│   │   │   ├── jquery.unobtrusive-ajax.min.js
│   │   │   ├── jquery.validate.js
│   │   │   ├── jquery.validate.min.js
│   │   │   ├── jquery.validate.unobtrusive.js
│   │   │   ├── jquery.validate.unobtrusive.min.js
│   │   │   ├── jquery.validate-vsdoc.js
│   │   │   ├── MicrosoftAjax.debug.js
│   │   │   ├── MicrosoftAjax.js
│   │   │   ├── MicrosoftMvcAjax.debug.js
│   │   │   ├── MicrosoftMvcAjax.js
│   │   │   ├── MicrosoftMvcValidation.debug.js
│   │   │   ├── MicrosoftMvcValidation.js
│   │   │   ├── modernizr-1.7.js
│   │   │   └── modernizr-1.7.min.js
│   │   ├── Views
│   │   │   ├── Home
│   │   │   │   └── Index.cshtml
│   │   │   ├── Shared
│   │   │   │   ├── Error.cshtml
│   │   │   │   └── _Layout.cshtml
│   │   │   ├── _ViewStart.cshtml
│   │   │   └── Web.config
│   │   ├── Web.config
│   │   ├── Web.Debug.config
│   │   └── Web.Release.config
│   ├── packages
│   │   ├── EntityFramework.4.1.10331.0
│   │   │   ├── EntityFramework.4.1.10331.0.nupkg
│   │   │   └── lib
│   │   │   ├── EntityFramework.dll
│   │   │   └── EntityFramework.xml
│   │   ├── jQuery.1.5.1
│   │   │   ├── Content
│   │   │   │   └── Scripts
│   │   │   │   ├── jquery-1.5.1.js
│   │   │   │   └── jquery-1.5.1.min.js
│   │   │   └── jQuery.1.5.1.nupkg
│   │   ├── jQuery.UI.Combined.1.8.11
│   │   │   ├── Content
│   │   │   │   ├── Content
│   │   │   │   │   └── themes
│   │   │   │   │   └── base
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── ui-bg_flat_0_aaaaaa_40x100.png
│   │   │   │   │   │   ├── ui-bg_flat_75_ffffff_40x100.png
│   │   │   │   │   │   ├── ui-bg_glass_55_fbf9ee_1x400.png
│   │   │   │   │   │   ├── ui-bg_glass_65_ffffff_1x400.png
│   │   │   │   │   │   ├── ui-bg_glass_75_dadada_1x400.png
│   │   │   │   │   │   ├── ui-bg_glass_75_e6e6e6_1x400.png
│   │   │   │   │   │   ├── ui-bg_glass_95_fef1ec_1x400.png
│   │   │   │   │   │   ├── ui-bg_highlight-soft_75_cccccc_1x100.png
│   │   │   │   │   │   ├── ui-icons_222222_256x240.png
│   │   │   │   │   │   ├── ui-icons_2e83ff_256x240.png
│   │   │   │   │   │   ├── ui-icons_454545_256x240.png
│   │   │   │   │   │   ├── ui-icons_888888_256x240.png
│   │   │   │   │   │   └── ui-icons_cd0a0a_256x240.png
│   │   │   │   │   ├── jquery.ui.accordion.css
│   │   │   │   │   ├── jquery.ui.all.css
│   │   │   │   │   ├── jquery.ui.autocomplete.css
│   │   │   │   │   ├── jquery.ui.base.css
│   │   │   │   │   ├── jquery.ui.button.css
│   │   │   │   │   ├── jquery.ui.core.css
│   │   │   │   │   ├── jquery.ui.datepicker.css
│   │   │   │   │   ├── jquery.ui.dialog.css
│   │   │   │   │   ├── jquery.ui.progressbar.css
│   │   │   │   │   ├── jquery.ui.resizable.css
│   │   │   │   │   ├── jquery.ui.selectable.css
│   │   │   │   │   ├── jquery.ui.slider.css
│   │   │   │   │   ├── jquery.ui.tabs.css
│   │   │   │   │   └── jquery.ui.theme.css
│   │   │   │   └── Scripts
│   │   │   │   ├── jquery-ui-1.8.11.js
│   │   │   │   └── jquery-ui-1.8.11.min.js
│   │   │   └── jQuery.UI.Combined.1.8.11.nupkg
│   │   ├── jQuery.Validation.1.8.0
│   │   │   ├── Content
│   │   │   │   └── Scripts
│   │   │   │   ├── jquery.validate.js
│   │   │   │   ├── jquery.validate.min.js
│   │   │   │   └── jquery.validate-vsdoc.js
│   │   │   └── jQuery.Validation.1.8.0.nupkg
│   │   ├── jQuery.vsdoc.1.5.1
│   │   │   ├── Content
│   │   │   │   └── Scripts
│   │   │   │   └── jquery-1.5.1-vsdoc.js
│   │   │   └── jQuery.vsdoc.1.5.1.nupkg
│   │   ├── Modernizr.1.7
│   │   │   ├── Content
│   │   │   │   └── Scripts
│   │   │   │   ├── modernizr-1.7.js
│   │   │   │   └── modernizr-1.7.min.js
│   │   │   └── Modernizr.1.7.nupkg
│   │   └── repositories.config
│   ├── SolrNet
│   │   ├── AbstractSolrQuery.cs
│   │   ├── AddParameters.cs
│   │   ├── Attributes
│   │   │   ├── SolrFieldAttribute.cs
│   │   │   └── SolrUniqueKeyAttribute.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HttpWebAdapters.dll
│   │   │   ├── HttpWebAdapters.pdb
│   │   │   ├── HttpWebAdapters.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── SolrNet.dll
│   │   │   ├── SolrNet.pdb
│   │   │   └── SolrNet.XML
│   │   ├── ClusterResults.cs
│   │   ├── CollapsedDocument.cs
│   │   ├── CollapseResults.cs
│   │   ├── Commands
│   │   │   ├── AddCommand.cs
│   │   │   ├── CommitCommand.cs
│   │   │   ├── CoreCommand.cs
│   │   │   ├── Cores
│   │   │   │   ├── AliasCommand.cs
│   │   │   │   ├── CreateCommand.cs
│   │   │   │   ├── LoadCommand.cs
│   │   │   │   ├── MergeCommand.cs
│   │   │   │   ├── ReloadCommand.cs
│   │   │   │   ├── RenameCommand.cs
│   │   │   │   ├── StatusCommand.cs
│   │   │   │   ├── SwapCommand.cs
│   │   │   │   └── UnloadCommand.cs
│   │   │   ├── DeleteCommand.cs
│   │   │   ├── ExtractCommand.cs
│   │   │   ├── OptimizeCommand.cs
│   │   │   ├── Parameters
│   │   │   │   ├── ClusteringParameters.cs
│   │   │   │   ├── CollapseParameters.cs
│   │   │   │   ├── CommitOptions.cs
│   │   │   │   ├── CommonQueryOptions.cs
│   │   │   │   ├── DeleteByIdAndOrQueryParam.cs
│   │   │   │   ├── FacetParameters.cs
│   │   │   │   ├── GroupingParameters.cs
│   │   │   │   ├── HighlightingParameters.cs
│   │   │   │   ├── InterestingTerms.cs
│   │   │   │   ├── MoreLikeThisHandlerParameters.cs
│   │   │   │   ├── MoreLikeThisHandlerQueryOptions.cs
│   │   │   │   ├── MoreLikeThisParameters.cs
│   │   │   │   ├── QueryOptions.cs
│   │   │   │   ├── QueryOptions_Fluent.cs
│   │   │   │   ├── RegexFlag.cs
│   │   │   │   ├── SpellCheckingParameters.cs
│   │   │   │   ├── StatsParameters.cs
│   │   │   │   ├── TermsParameters.cs
│   │   │   │   ├── TermsSort.cs
│   │   │   │   └── TermVectorParameters.cs
│   │   │   ├── PingCommand.cs
│   │   │   ├── Replication
│   │   │   │   ├── AbortFetchCommand.cs
│   │   │   │   ├── DetailsCommand.cs
│   │   │   │   ├── DisablePollCommand.cs
│   │   │   │   ├── DisableReplicationCommand.cs
│   │   │   │   ├── EnablePollCommand.cs
│   │   │   │   ├── EnableReplicationCommand.cs
│   │   │   │   ├── FetchIndexCommand.cs
│   │   │   │   └── IndexVersionCommand.cs
│   │   │   ├── ReplicationCommand.cs
│   │   │   └── RollbackCommand.cs
│   │   ├── DateFacetingResult.cs
│   │   ├── Exceptions
│   │   │   ├── InvalidFieldException.cs
│   │   │   ├── InvalidSortOrderException.cs
│   │   │   ├── InvalidURLException.cs
│   │   │   ├── SolrConnectionException.cs
│   │   │   ├── SolrNetException.cs
│   │   │   └── TypeNotSupportedException.cs
│   │   ├── ExtractField.cs
│   │   ├── ExtractFormat.cs
│   │   ├── ExtractParameters.cs
│   │   ├── ExtractResponse.cs
│   │   ├── FacetDateInclude.cs
│   │   ├── FacetDateOther.cs
│   │   ├── Group.cs
│   │   ├── GroupedResults.cs
│   │   ├── Impl
│   │   │   ├── AbstractSolrQueryResults.cs
│   │   │   ├── CoreIndexResult.cs
│   │   │   ├── CoreResult.cs
│   │   │   ├── DocumentPropertyVisitors
│   │   │   │   ├── AggregateDocumentVisitor.cs
│   │   │   │   ├── DefaultDocumentVisitor.cs
│   │   │   │   ├── GenericDictionaryDocumentVisitor.cs
│   │   │   │   └── RegularDocumentVisitor.cs
│   │   │   ├── FacetQuerySerializers
│   │   │   │   ├── AggregateFacetQuerySerializer.cs
│   │   │   │   ├── DefaultFacetQuerySerializer.cs
│   │   │   │   ├── SingleTypeFacetQuerySerializer.cs
│   │   │   │   ├── SolrFacetDateQuerySerializer.cs
│   │   │   │   ├── SolrFacetFieldQuerySerializer.cs
│   │   │   │   ├── SolrFacetPivotQuerySerializer.cs
│   │   │   │   └── SolrFacetQuerySerializer.cs
│   │   │   ├── FieldParsers
│   │   │   │   ├── AggregateFieldParser.cs
│   │   │   │   ├── CollectionFieldParser.cs
│   │   │   │   ├── DateTimeFieldParser.cs
│   │   │   │   ├── DateTimeOffsetFieldParser.cs
│   │   │   │   ├── DecimalFieldParser.cs
│   │   │   │   ├── DefaultFieldParser.cs
│   │   │   │   ├── DoubleFieldParser.cs
│   │   │   │   ├── EnumFieldParser.cs
│   │   │   │   ├── FloatFieldParser.cs
│   │   │   │   ├── GuidFieldParser.cs
│   │   │   │   ├── InferringFieldParser.cs
│   │   │   │   ├── IntFieldParser.cs
│   │   │   │   ├── LocationFieldParser.cs
│   │   │   │   ├── LongFieldParser.cs
│   │   │   │   ├── MoneyFieldParser.cs
│   │   │   │   ├── NullableFieldParser.cs
│   │   │   │   └── TypeConvertingFieldParser.cs
│   │   │   ├── FieldSerializers
│   │   │   │   ├── AbstractFieldSerializer.cs
│   │   │   │   ├── AggregateFieldSerializer.cs
│   │   │   │   ├── BoolFieldSerializer.cs
│   │   │   │   ├── CollectionFieldSerializer.cs
│   │   │   │   ├── DateTimeFieldSerializer.cs
│   │   │   │   ├── DateTimeOffsetFieldSerializer.cs
│   │   │   │   ├── DefaultFieldSerializer.cs
│   │   │   │   ├── FormattableFieldSerializer.cs
│   │   │   │   ├── GenericDictionaryFieldSerializer.cs
│   │   │   │   ├── MoneyFieldSerializer.cs
│   │   │   │   ├── NullableFieldSerializer.cs
│   │   │   │   ├── ToStringFieldSerializer.cs
│   │   │   │   └── TypeConvertingFieldSerializer.cs
│   │   │   ├── HighlightedSnippets.cs
│   │   │   ├── HttpRuntimeCache.cs
│   │   │   ├── ISelfSerializingQuery.cs
│   │   │   ├── ISolrAbstractResponseParser.cs
│   │   │   ├── ISolrCache.cs
│   │   │   ├── ISolrDIHStatusParser.cs
│   │   │   ├── ISolrDocumentActivator.cs
│   │   │   ├── ISolrDocumentPropertyVisitor.cs
│   │   │   ├── ISolrDocumentResponseParser.cs
│   │   │   ├── ISolrExtractResponseParser.cs
│   │   │   ├── ISolrFacetQuerySerializer.cs
│   │   │   ├── ISolrFieldParser.cs
│   │   │   ├── ISolrFieldSerializer.cs
│   │   │   ├── ISolrHeaderResponseParser.cs
│   │   │   ├── ISolrMoreLikeThisHandlerQueryResultsParser.cs
│   │   │   ├── ISolrMoreLikeThisHandlerResponseParser.cs
│   │   │   ├── ISolrQueryByRange.cs
│   │   │   ├── ISolrQuerySerializer.cs
│   │   │   ├── ISolrReplicationDetailsResponseParser.cs
│   │   │   ├── ISolrReplicationIndexVersionResponseParser.cs
│   │   │   ├── ISolrReplicationStatusResponseParser.cs
│   │   │   ├── ISolrResponseParser.cs
│   │   │   ├── ISolrStatusResponseParser.cs
│   │   │   ├── NullCache.cs
│   │   │   ├── PropertyNode.cs
│   │   │   ├── QuerySerializers
│   │   │   │   ├── AggregateQuerySerializer.cs
│   │   │   │   ├── BoostQuerySerializer.cs
│   │   │   │   ├── DateTimeRangeQuerySerializer.cs
│   │   │   │   ├── DefaultQuerySerializer.cs
│   │   │   │   ├── HasValueQuerySerializer.cs
│   │   │   │   ├── LocalParamsSerializer.cs
│   │   │   │   ├── MultipleCriteriaQuerySerializer.cs
│   │   │   │   ├── NotQuerySerializer.cs
│   │   │   │   ├── NullableDateTimeRangeQuerySerializer.cs
│   │   │   │   ├── QueryByFieldRegexSerializer.cs
│   │   │   │   ├── QueryByFieldSerializer.cs
│   │   │   │   ├── QueryInListSerializer.cs
│   │   │   │   ├── RangeQuerySerializer.cs
│   │   │   │   ├── RequiredQuerySerializer.cs
│   │   │   │   ├── SelfSerializingQuerySerializer.cs
│   │   │   │   └── SingleTypeQuerySerializer.cs
│   │   │   ├── ReplicationDetailsResponse.cs
│   │   │   ├── ReplicationIndexVersionResponse.cs
│   │   │   ├── ReplicationStatusResponse.cs
│   │   │   ├── ResponseParsers
│   │   │   │   ├── AggregateResponseParser.cs
│   │   │   │   ├── ClusterResponseParser.cs
│   │   │   │   ├── CollapseResponseParser.cs
│   │   │   │   ├── CoreStatusResponseParser.cs
│   │   │   │   ├── DefaultResponseParser.cs
│   │   │   │   ├── ExtractResponseParser.cs
│   │   │   │   ├── FacetsResponseParser.cs
│   │   │   │   ├── GroupingResponseParser.cs
│   │   │   │   ├── HeaderResponseParser.cs
│   │   │   │   ├── HighlightingResponseParser.cs
│   │   │   │   ├── InterestingTermsResponseParser.cs
│   │   │   │   ├── MoreLikeThisHandlerMatchResponseParser.cs
│   │   │   │   ├── MoreLikeThisResponseParser.cs
│   │   │   │   ├── ReplicationDetailsResponseParser.cs
│   │   │   │   ├── ReplicationIndexVersionResponseParser.cs
│   │   │   │   ├── ReplicationStatusResponseParser.cs
│   │   │   │   ├── ResultsResponseParser.cs
│   │   │   │   ├── SpellCheckResponseParser.cs
│   │   │   │   ├── StatsResponseParser.cs
│   │   │   │   ├── TermsResponseParser.cs
│   │   │   │   └── TermVectorResultsParser.cs
│   │   │   ├── SolrBasicServer.cs
│   │   │   ├── SolrCacheEntity.cs
│   │   │   ├── SolrConnection.cs
│   │   │   ├── SolrCoreAdmin.cs
│   │   │   ├── SolrCoreReplication.cs
│   │   │   ├── SolrDictionaryDocumentResponseParser.cs
│   │   │   ├── SolrDictionarySerializer.cs
│   │   │   ├── SolrDIHStatusParser.cs
│   │   │   ├── SolrDocumentActivator.cs
│   │   │   ├── SolrDocumentResponseParser.cs
│   │   │   ├── SolrDocumentSerializer.cs
│   │   │   ├── SolrMoreLikeThisHandlerQueryResultsParser.cs
│   │   │   ├── SolrMoreLikeThisHandlerResults.cs
│   │   │   ├── SolrPostConnection.cs
│   │   │   ├── SolrQueryExecuter.cs
│   │   │   ├── SolrServer.cs
│   │   │   ├── SolrStatusResponseParser.cs
│   │   │   ├── SpellCheckResult.cs
│   │   │   ├── SpellCheckResults.cs
│   │   │   ├── TermsResult.cs
│   │   │   ├── TermsResults.cs
│   │   │   └── TermVectorDocumentResult.cs
│   │   ├── IReadOnlyMappingManager.cs
│   │   ├── ISolrBasicOperations.cs
│   │   ├── ISolrBasicReadOnlyOperations.cs
│   │   ├── ISolrCommand.cs
│   │   ├── ISolrConnection.cs
│   │   ├── ISolrCoreAdmin.cs
│   │   ├── ISolrCoreReplication.cs
│   │   ├── ISolrDocumentSerializer.cs
│   │   ├── ISolrFacetQuery.cs
│   │   ├── ISolrOperations.cs
│   │   ├── ISolrQuery.cs
│   │   ├── ISolrQueryExecuter.cs
│   │   ├── ISolrReadOnlyOperations.cs
│   │   ├── LocalParams.cs
│   │   ├── Location.cs
│   │   ├── Mapping
│   │   │   ├── AllPropertiesMappingManager.cs
│   │   │   ├── AttributesMappingManager.cs
│   │   │   ├── IMappingManager.cs
│   │   │   ├── MappingManager.cs
│   │   │   ├── MemoizingMappingManager.cs
│   │   │   └── Validation
│   │   │   ├── IMappingValidator.cs
│   │   │   ├── MappingValidator.cs
│   │   │   ├── Rules
│   │   │   │   ├── AbstractSolrFieldTypeChecker.cs
│   │   │   │   ├── BoolSolrFieldTypeChecker.cs
│   │   │   │   ├── DateTimeSolrFieldTypeChecker.cs
│   │   │   │   ├── DecimalSolrFieldTypeChecker.cs
│   │   │   │   ├── DoubleSolrFieldTypeChecker.cs
│   │   │   │   ├── FloatSolrFieldTypeChecker.cs
│   │   │   │   ├── IntSolrFieldTypeChecker.cs
│   │   │   │   ├── ISolrFieldTypeChecker.cs
│   │   │   │   ├── IValidationRule.cs
│   │   │   │   ├── LongSolrFieldTypeChecker.cs
│   │   │   │   ├── MappedPropertiesIsInSolrSchemaRule.cs
│   │   │   │   ├── MappingTypesAreCompatibleWithSolrTypesRule.cs
│   │   │   │   ├── MultivaluedMappedToCollectionRule.cs
│   │   │   │   ├── RequiredFieldsAreMappedRule.cs
│   │   │   │   ├── StringSolrFieldTypeChecker.cs
│   │   │   │   └── UniqueKeyMatchesMappingRule.cs
│   │   │   ├── ValidationError.cs
│   │   │   ├── ValidationResult.cs
│   │   │   └── ValidationWarning.cs
│   │   ├── Money.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── SolrNet.csproj.FileListAbsolute.txt
│   │   │   ├── SolrNet.csprojResolveAssemblyReference.cache
│   │   │   ├── SolrNet.dll
│   │   │   └── SolrNet.pdb
│   │   ├── Order.cs
│   │   ├── Pivot.cs
│   │   ├── PivotFacetingResult.cs
│   │   ├── PivotFields.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RandomSortOrder.cs
│   │   ├── ResponseHeader.cs
│   │   ├── Schema
│   │   │   ├── ISolrSchemaParser.cs
│   │   │   ├── SolrCopyField.cs
│   │   │   ├── SolrDynamicField.cs
│   │   │   ├── SolrField.cs
│   │   │   ├── SolrFieldType.cs
│   │   │   ├── SolrSchema.cs
│   │   │   └── SolrSchemaParser.cs
│   │   ├── SolrDIHStatus.cs
│   │   ├── SolrFacetDateQuery.cs
│   │   ├── SolrFacetFieldQuery.cs
│   │   ├── SolrFacetPivotQuery.cs
│   │   ├── SolrFacetQuery.cs
│   │   ├── SolrFieldModel.cs
│   │   ├── SolrHasValueQuery.cs
│   │   ├── SolrMLTQuery.cs
│   │   ├── SolrMoreLikeThisHandlerQuery.cs
│   │   ├── SolrMoreLikeThisHandlerStreamBodyQuery.cs
│   │   ├── SolrMoreLikeThisHandlerStreamUrlQuery.cs
│   │   ├── SolrMultipleCriteriaQuery.cs
│   │   ├── SolrNet.csproj
│   │   ├── SolrNet.csproj.user
│   │   ├── SolrNotQuery.cs
│   │   ├── SolrQueryBoost.cs
│   │   ├── SolrQueryByDistance.cs
│   │   ├── SolrQueryByField.cs
│   │   ├── SolrQueryByFieldRegex.cs
│   │   ├── SolrQueryByRange.cs
│   │   ├── SolrQuery.cs
│   │   ├── SolrQueryInList.cs
│   │   ├── SolrQueryResults.cs
│   │   ├── SolrRequiredQuery.cs
│   │   ├── SortOrder.cs
│   │   ├── Startup.cs
│   │   ├── StatsResult.cs
│   │   └── Utils
│   │   ├── Container.cs
│   │   ├── HttpEncoder.cs
│   │   ├── HttpUtility.cs
│   │   ├── IContainer.cs
│   │   ├── KV.cs
│   │   ├── Memoizer.cs
│   │   ├── TypeHelper.cs
│   │   ├── Unit.cs
│   │   ├── UriValidator.cs
│   │   └── X.cs
│   ├── SolrNet1
│   │   ├── AbstractSolrQuery.cs
│   │   ├── AddParameters.cs
│   │   ├── Attributes
│   │   │   ├── SolrFieldAttribute.cs
│   │   │   └── SolrUniqueKeyAttribute.cs
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── HttpWebAdapters.dll
│   │   │   ├── HttpWebAdapters.pdb
│   │   │   ├── HttpWebAdapters.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── SolrNet.dll
│   │   │   ├── SolrNet.pdb
│   │   │   └── SolrNet.XML
│   │   ├── ClusterResults.cs
│   │   ├── CollapsedDocument.cs
│   │   ├── CollapseResults.cs
│   │   ├── Commands
│   │   │   ├── AddCommand.cs
│   │   │   ├── CommitCommand.cs
│   │   │   ├── CoreCommand.cs
│   │   │   ├── Cores
│   │   │   │   ├── AliasCommand.cs
│   │   │   │   ├── CreateCommand.cs
│   │   │   │   ├── LoadCommand.cs
│   │   │   │   ├── MergeCommand.cs
│   │   │   │   ├── ReloadCommand.cs
│   │   │   │   ├── RenameCommand.cs
│   │   │   │   ├── StatusCommand.cs
│   │   │   │   ├── SwapCommand.cs
│   │   │   │   └── UnloadCommand.cs
│   │   │   ├── DeleteCommand.cs
│   │   │   ├── ExtractCommand.cs
│   │   │   ├── OptimizeCommand.cs
│   │   │   ├── Parameters
│   │   │   │   ├── ClusteringParameters.cs
│   │   │   │   ├── CollapseParameters.cs
│   │   │   │   ├── CommitOptions.cs
│   │   │   │   ├── CommonQueryOptions.cs
│   │   │   │   ├── DeleteByIdAndOrQueryParam.cs
│   │   │   │   ├── FacetParameters.cs
│   │   │   │   ├── GroupingParameters.cs
│   │   │   │   ├── HighlightingParameters.cs
│   │   │   │   ├── InterestingTerms.cs
│   │   │   │   ├── MoreLikeThisHandlerParameters.cs
│   │   │   │   ├── MoreLikeThisHandlerQueryOptions.cs
│   │   │   │   ├── MoreLikeThisParameters.cs
│   │   │   │   ├── QueryOptions.cs
│   │   │   │   ├── QueryOptions_Fluent.cs
│   │   │   │   ├── RegexFlag.cs
│   │   │   │   ├── SpellCheckingParameters.cs
│   │   │   │   ├── StatsParameters.cs
│   │   │   │   ├── TermsParameters.cs
│   │   │   │   ├── TermsSort.cs
│   │   │   │   └── TermVectorParameters.cs
│   │   │   ├── PingCommand.cs
│   │   │   ├── Replication
│   │   │   │   ├── AbortFetchCommand.cs
│   │   │   │   ├── DetailsCommand.cs
│   │   │   │   ├── DisablePollCommand.cs
│   │   │   │   ├── DisableReplicationCommand.cs
│   │   │   │   ├── EnablePollCommand.cs
│   │   │   │   ├── EnableReplicationCommand.cs
│   │   │   │   ├── FetchIndexCommand.cs
│   │   │   │   └── IndexVersionCommand.cs
│   │   │   ├── ReplicationCommand.cs
│   │   │   └── RollbackCommand.cs
│   │   ├── DateFacetingResult.cs
│   │   ├── Exceptions
│   │   │   ├── InvalidFieldException.cs
│   │   │   ├── InvalidSortOrderException.cs
│   │   │   ├── InvalidURLException.cs
│   │   │   ├── SolrConnectionException.cs
│   │   │   ├── SolrNetException.cs
│   │   │   └── TypeNotSupportedException.cs
│   │   ├── ExtractField.cs
│   │   ├── ExtractFormat.cs
│   │   ├── ExtractParameters.cs
│   │   ├── ExtractResponse.cs
│   │   ├── FacetDateInclude.cs
│   │   ├── FacetDateOther.cs
│   │   ├── Group.cs
│   │   ├── GroupedResults.cs
│   │   ├── Impl
│   │   │   ├── AbstractSolrQueryResults.cs
│   │   │   ├── CoreIndexResult.cs
│   │   │   ├── CoreResult.cs
│   │   │   ├── DocumentPropertyVisitors
│   │   │   │   ├── AggregateDocumentVisitor.cs
│   │   │   │   ├── DefaultDocumentVisitor.cs
│   │   │   │   ├── GenericDictionaryDocumentVisitor.cs
│   │   │   │   └── RegularDocumentVisitor.cs
│   │   │   ├── FacetQuerySerializers
│   │   │   │   ├── AggregateFacetQuerySerializer.cs
│   │   │   │   ├── DefaultFacetQuerySerializer.cs
│   │   │   │   ├── SingleTypeFacetQuerySerializer.cs
│   │   │   │   ├── SolrFacetDateQuerySerializer.cs
│   │   │   │   ├── SolrFacetFieldQuerySerializer.cs
│   │   │   │   ├── SolrFacetPivotQuerySerializer.cs
│   │   │   │   └── SolrFacetQuerySerializer.cs
│   │   │   ├── FieldParsers
│   │   │   │   ├── AggregateFieldParser.cs
│   │   │   │   ├── CollectionFieldParser.cs
│   │   │   │   ├── DateTimeFieldParser.cs
│   │   │   │   ├── DateTimeOffsetFieldParser.cs
│   │   │   │   ├── DecimalFieldParser.cs
│   │   │   │   ├── DefaultFieldParser.cs
│   │   │   │   ├── DoubleFieldParser.cs
│   │   │   │   ├── EnumFieldParser.cs
│   │   │   │   ├── FloatFieldParser.cs
│   │   │   │   ├── GuidFieldParser.cs
│   │   │   │   ├── InferringFieldParser.cs
│   │   │   │   ├── IntFieldParser.cs
│   │   │   │   ├── LocationFieldParser.cs
│   │   │   │   ├── LongFieldParser.cs
│   │   │   │   ├── MoneyFieldParser.cs
│   │   │   │   ├── NullableFieldParser.cs
│   │   │   │   └── TypeConvertingFieldParser.cs
│   │   │   ├── FieldSerializers
│   │   │   │   ├── AbstractFieldSerializer.cs
│   │   │   │   ├── AggregateFieldSerializer.cs
│   │   │   │   ├── BoolFieldSerializer.cs
│   │   │   │   ├── CollectionFieldSerializer.cs
│   │   │   │   ├── DateTimeFieldSerializer.cs
│   │   │   │   ├── DateTimeOffsetFieldSerializer.cs
│   │   │   │   ├── DefaultFieldSerializer.cs
│   │   │   │   ├── FormattableFieldSerializer.cs
│   │   │   │   ├── GenericDictionaryFieldSerializer.cs
│   │   │   │   ├── MoneyFieldSerializer.cs
│   │   │   │   ├── NullableFieldSerializer.cs
│   │   │   │   ├── ToStringFieldSerializer.cs
│   │   │   │   └── TypeConvertingFieldSerializer.cs
│   │   │   ├── HighlightedSnippets.cs
│   │   │   ├── HttpRuntimeCache.cs
│   │   │   ├── ISelfSerializingQuery.cs
│   │   │   ├── ISolrAbstractResponseParser.cs
│   │   │   ├── ISolrCache.cs
│   │   │   ├── ISolrDIHStatusParser.cs
│   │   │   ├── ISolrDocumentActivator.cs
│   │   │   ├── ISolrDocumentPropertyVisitor.cs
│   │   │   ├── ISolrDocumentResponseParser.cs
│   │   │   ├── ISolrExtractResponseParser.cs
│   │   │   ├── ISolrFacetQuerySerializer.cs
│   │   │   ├── ISolrFieldParser.cs
│   │   │   ├── ISolrFieldSerializer.cs
│   │   │   ├── ISolrHeaderResponseParser.cs
│   │   │   ├── ISolrMoreLikeThisHandlerQueryResultsParser.cs
│   │   │   ├── ISolrMoreLikeThisHandlerResponseParser.cs
│   │   │   ├── ISolrQueryByRange.cs
│   │   │   ├── ISolrQuerySerializer.cs
│   │   │   ├── ISolrReplicationDetailsResponseParser.cs
│   │   │   ├── ISolrReplicationIndexVersionResponseParser.cs
│   │   │   ├── ISolrReplicationStatusResponseParser.cs
│   │   │   ├── ISolrResponseParser.cs
│   │   │   ├── ISolrStatusResponseParser.cs
│   │   │   ├── NullCache.cs
│   │   │   ├── PropertyNode.cs
│   │   │   ├── QuerySerializers
│   │   │   │   ├── AggregateQuerySerializer.cs
│   │   │   │   ├── BoostQuerySerializer.cs
│   │   │   │   ├── DateTimeRangeQuerySerializer.cs
│   │   │   │   ├── DefaultQuerySerializer.cs
│   │   │   │   ├── HasValueQuerySerializer.cs
│   │   │   │   ├── LocalParamsSerializer.cs
│   │   │   │   ├── MultipleCriteriaQuerySerializer.cs
│   │   │   │   ├── NotQuerySerializer.cs
│   │   │   │   ├── NullableDateTimeRangeQuerySerializer.cs
│   │   │   │   ├── QueryByFieldRegexSerializer.cs
│   │   │   │   ├── QueryByFieldSerializer.cs
│   │   │   │   ├── QueryInListSerializer.cs
│   │   │   │   ├── RangeQuerySerializer.cs
│   │   │   │   ├── RequiredQuerySerializer.cs
│   │   │   │   ├── SelfSerializingQuerySerializer.cs
│   │   │   │   └── SingleTypeQuerySerializer.cs
│   │   │   ├── ReplicationDetailsResponse.cs
│   │   │   ├── ReplicationIndexVersionResponse.cs
│   │   │   ├── ReplicationStatusResponse.cs
│   │   │   ├── ResponseParsers
│   │   │   │   ├── AggregateResponseParser.cs
│   │   │   │   ├── ClusterResponseParser.cs
│   │   │   │   ├── CollapseResponseParser.cs
│   │   │   │   ├── CoreStatusResponseParser.cs
│   │   │   │   ├── DefaultResponseParser.cs
│   │   │   │   ├── ExtractResponseParser.cs
│   │   │   │   ├── FacetsResponseParser.cs
│   │   │   │   ├── GroupingResponseParser.cs
│   │   │   │   ├── HeaderResponseParser.cs
│   │   │   │   ├── HighlightingResponseParser.cs
│   │   │   │   ├── InterestingTermsResponseParser.cs
│   │   │   │   ├── MoreLikeThisHandlerMatchResponseParser.cs
│   │   │   │   ├── MoreLikeThisResponseParser.cs
│   │   │   │   ├── ReplicationDetailsResponseParser.cs
│   │   │   │   ├── ReplicationIndexVersionResponseParser.cs
│   │   │   │   ├── ReplicationStatusResponseParser.cs
│   │   │   │   ├── ResultsResponseParser.cs
│   │   │   │   ├── SpellCheckResponseParser.cs
│   │   │   │   ├── StatsResponseParser.cs
│   │   │   │   ├── TermsResponseParser.cs
│   │   │   │   └── TermVectorResultsParser.cs
│   │   │   ├── SolrBasicServer.cs
│   │   │   ├── SolrCacheEntity.cs
│   │   │   ├── SolrConnection.cs
│   │   │   ├── SolrCoreAdmin.cs
│   │   │   ├── SolrCoreReplication.cs
│   │   │   ├── SolrDictionaryDocumentResponseParser.cs
│   │   │   ├── SolrDictionarySerializer.cs
│   │   │   ├── SolrDIHStatusParser.cs
│   │   │   ├── SolrDocumentActivator.cs
│   │   │   ├── SolrDocumentResponseParser.cs
│   │   │   ├── SolrDocumentSerializer.cs
│   │   │   ├── SolrMoreLikeThisHandlerQueryResultsParser.cs
│   │   │   ├── SolrMoreLikeThisHandlerResults.cs
│   │   │   ├── SolrPostConnection.cs
│   │   │   ├── SolrQueryExecuter.cs
│   │   │   ├── SolrServer.cs
│   │   │   ├── SolrStatusResponseParser.cs
│   │   │   ├── SpellCheckResult.cs
│   │   │   ├── SpellCheckResults.cs
│   │   │   ├── TermsResult.cs
│   │   │   ├── TermsResults.cs
│   │   │   └── TermVectorDocumentResult.cs
│   │   ├── IReadOnlyMappingManager.cs
│   │   ├── ISolrBasicOperations.cs
│   │   ├── ISolrBasicReadOnlyOperations.cs
│   │   ├── ISolrCommand.cs
│   │   ├── ISolrConnection.cs
│   │   ├── ISolrCoreAdmin.cs
│   │   ├── ISolrCoreReplication.cs
│   │   ├── ISolrDocumentSerializer.cs
│   │   ├── ISolrFacetQuery.cs
│   │   ├── ISolrOperations.cs
│   │   ├── ISolrQuery.cs
│   │   ├── ISolrQueryExecuter.cs
│   │   ├── ISolrReadOnlyOperations.cs
│   │   ├── LocalParams.cs
│   │   ├── Location.cs
│   │   ├── Mapping
│   │   │   ├── AllPropertiesMappingManager.cs
│   │   │   ├── AttributesMappingManager.cs
│   │   │   ├── IMappingManager.cs
│   │   │   ├── MappingManager.cs
│   │   │   ├── MemoizingMappingManager.cs
│   │   │   └── Validation
│   │   │   ├── IMappingValidator.cs
│   │   │   ├── MappingValidator.cs
│   │   │   ├── Rules
│   │   │   │   ├── AbstractSolrFieldTypeChecker.cs
│   │   │   │   ├── BoolSolrFieldTypeChecker.cs
│   │   │   │   ├── DateTimeSolrFieldTypeChecker.cs
│   │   │   │   ├── DecimalSolrFieldTypeChecker.cs
│   │   │   │   ├── DoubleSolrFieldTypeChecker.cs
│   │   │   │   ├── FloatSolrFieldTypeChecker.cs
│   │   │   │   ├── IntSolrFieldTypeChecker.cs
│   │   │   │   ├── ISolrFieldTypeChecker.cs
│   │   │   │   ├── IValidationRule.cs
│   │   │   │   ├── LongSolrFieldTypeChecker.cs
│   │   │   │   ├── MappedPropertiesIsInSolrSchemaRule.cs
│   │   │   │   ├── MappingTypesAreCompatibleWithSolrTypesRule.cs
│   │   │   │   ├── MultivaluedMappedToCollectionRule.cs
│   │   │   │   ├── RequiredFieldsAreMappedRule.cs
│   │   │   │   ├── StringSolrFieldTypeChecker.cs
│   │   │   │   └── UniqueKeyMatchesMappingRule.cs
│   │   │   ├── ValidationError.cs
│   │   │   ├── ValidationResult.cs
│   │   │   └── ValidationWarning.cs
│   │   ├── Money.cs
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   ├── SolrNet.csproj.FileListAbsolute.txt
│   │   │   ├── SolrNet.dll
│   │   │   └── SolrNet.pdb
│   │   ├── Order.cs
│   │   ├── Pivot.cs
│   │   ├── PivotFacetingResult.cs
│   │   ├── PivotFields.cs
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── RandomSortOrder.cs
│   │   ├── ResponseHeader.cs
│   │   ├── Schema
│   │   │   ├── ISolrSchemaParser.cs
│   │   │   ├── SolrCopyField.cs
│   │   │   ├── SolrDynamicField.cs
│   │   │   ├── SolrField.cs
│   │   │   ├── SolrFieldType.cs
│   │   │   ├── SolrSchema.cs
│   │   │   └── SolrSchemaParser.cs
│   │   ├── SolrDIHStatus.cs
│   │   ├── SolrFacetDateQuery.cs
│   │   ├── SolrFacetFieldQuery.cs
│   │   ├── SolrFacetPivotQuery.cs
│   │   ├── SolrFacetQuery.cs
│   │   ├── SolrFieldModel.cs
│   │   ├── SolrHasValueQuery.cs
│   │   ├── SolrMLTQuery.cs
│   │   ├── SolrMoreLikeThisHandlerQuery.cs
│   │   ├── SolrMoreLikeThisHandlerStreamBodyQuery.cs
│   │   ├── SolrMoreLikeThisHandlerStreamUrlQuery.cs
│   │   ├── SolrMultipleCriteriaQuery.cs
│   │   ├── SolrNet.csproj
│   │   ├── SolrNotQuery.cs
│   │   ├── SolrQueryBoost.cs
│   │   ├── SolrQueryByDistance.cs
│   │   ├── SolrQueryByField.cs
│   │   ├── SolrQueryByFieldRegex.cs
│   │   ├── SolrQueryByRange.cs
│   │   ├── SolrQuery.cs
│   │   ├── SolrQueryInList.cs
│   │   ├── SolrQueryResults.cs
│   │   ├── SolrRequiredQuery.cs
│   │   ├── SortOrder.cs
│   │   ├── Startup.cs
│   │   ├── StatsResult.cs
│   │   └── Utils
│   │   ├── Container.cs
│   │   ├── HttpEncoder.cs
│   │   ├── HttpUtility.cs
│   │   ├── IContainer.cs
│   │   ├── KV.cs
│   │   ├── Memoizer.cs
│   │   ├── TypeHelper.cs
│   │   ├── Unit.cs
│   │   ├── UriValidator.cs
│   │   └── X.cs
│   ├── SolrNet.dll
│   ├── SolrNet.sln
│   └── SolrNet.suo
└── Tomcat 6.0
├── bin
│   ├── bootstrap.jar
│   ├── tomcat6.exe
│   ├── tomcat6w.exe
│   └── tomcat-juli.jar
├── conf
│   ├── Catalina
│   │   └── localhost
│   │   ├── host-manager.xml
│   │   ├── manager.xml
│   │   ├── solr.xml
│   │   └── solr.xml.bak
│   ├── catalina.policy
│   ├── catalina.properties
│   ├── context.xml
│   ├── logging.properties
│   ├── server.xml
│   ├── tomcat-users.xml
│   └── web.xml
├── lib
│   ├── annotations-api.jar
│   ├── catalina-ant.jar
│   ├── catalina-ha.jar
│   ├── catalina.jar
│   ├── catalina-tribes.jar
│   ├── el-api.jar
│   ├── jasper-el.jar
│   ├── jasper.jar
│   ├── jasper-jdt.jar
│   ├── jcl-over-slf4j-1.6.6.jar
│   ├── jsp-api.jar
│   ├── jul-to-slf4j-1.6.6.jar
│   ├── log4j-1.2.16.jar
│   ├── log4j.properties
│   ├── servlet-api.jar
│   ├── slf4j-api-1.6.6.jar
│   ├── slf4j-log4j12-1.6.6.jar
│   ├── tomcat-coyote.jar
│   ├── tomcat-dbcp.jar
│   ├── tomcat-i18n-es.jar
│   ├── tomcat-i18n-fr.jar
│   └── tomcat-i18n-ja.jar
├── LICENSE
├── logs
│   ├── catalina.2014-04-01.log
│   ├── catalina.2014-04-02.log
│   ├── catalina.2014-04-03.log
│   ├── catalina.2014-04-04.log
│   ├── catalina.2014-04-05.log
│   ├── catalina.2014-04-06.log
│   ├── catalina.2014-04-07.log
│   ├── catalina.2014-05-08.log
│   ├── catalina.2014-05-09.log
│   ├── catalina.2014-05-10.log
│   ├── catalina.2014-06-26.log
│   ├── host-manager.2014-04-01.log
│   ├── host-manager.2014-04-02.log
│   ├── host-manager.2014-04-03.log
│   ├── host-manager.2014-04-05.log
│   ├── host-manager.2014-04-07.log
│   ├── host-manager.2014-05-08.log
│   ├── host-manager.2014-05-10.log
│   ├── host-manager.2014-06-26.log
│   ├── jakarta_service_20140401.log
│   ├── jakarta_service_20140402.log
│   ├── jakarta_service_20140403.log
│   ├── jakarta_service_20140405.log
│   ├── jakarta_service_20140407.log
│   ├── jakarta_service_20140508.log
│   ├── jakarta_service_20140510.log
│   ├── jakarta_service_20140626.log
│   ├── localhost.2014-04-01.log
│   ├── localhost.2014-04-02.log
│   ├── localhost.2014-04-03.log
│   ├── localhost.2014-04-05.log
│   ├── localhost.2014-04-07.log
│   ├── localhost.2014-05-08.log
│   ├── localhost.2014-05-10.log
│   ├── localhost.2014-06-26.log
│   ├── manager.2014-04-01.log
│   ├── manager.2014-04-02.log
│   ├── manager.2014-04-03.log
│   ├── manager.2014-04-05.log
│   ├── manager.2014-04-07.log
│   ├── manager.2014-05-08.log
│   ├── manager.2014-05-10.log
│   ├── manager.2014-06-26.log
│   ├── solr.log
│   ├── stderr_20140401.log
│   ├── stderr_20140402.log
│   ├── stderr_20140403.log
│   ├── stderr_20140405.log
│   ├── stderr_20140407.log
│   ├── stderr_20140508.log
│   ├── stderr_20140510.log
│   ├── stderr_20140626.log
│   ├── stdout_20140401.log
│   ├── stdout_20140402.log
│   ├── stdout_20140403.log
│   ├── stdout_20140405.log
│   ├── stdout_20140407.log
│   ├── stdout_20140508.log
│   ├── stdout_20140510.log
│   └── stdout_20140626.log
├── NOTICE
├── temp
│   └── safeToDelete.tmp
├── tomcat.ico
├── Uninstall.exe
└── webapps
├── docs
│   ├── aio.html
│   ├── api
│   │   └── index.html
│   ├── appdev
│   │   ├── build.xml.txt
│   │   ├── deployment.html
│   │   ├── index.html
│   │   ├── installation.html
│   │   ├── introduction.html
│   │   ├── processes.html
│   │   ├── sample
│   │   │   ├── build.xml
│   │   │   ├── docs
│   │   │   │   └── README.txt
│   │   │   ├── index.html
│   │   │   ├── sample.war
│   │   │   ├── src
│   │   │   │   └── mypackage
│   │   │   │   └── Hello.java
│   │   │   └── web
│   │   │   ├── hello.jsp
│   │   │   ├── images
│   │   │   │   └── tomcat.gif
│   │   │   ├── index.html
│   │   │   └── WEB-INF
│   │   │   └── web.xml
│   │   ├── source.html
│   │   └── web.xml.txt
│   ├── apr.html
│   ├── architecture
│   │   ├── index.html
│   │   ├── overview.html
│   │   ├── requestProcess
│   │   │   ├── requestProcess.pdf
│   │   │   └── roseModel.mdl
│   │   ├── requestProcess.html
│   │   ├── startup
│   │   │   ├── serverStartup.pdf
│   │   │   └── serverStartup.txt
│   │   └── startup.html
│   ├── balancer-howto.html
│   ├── building.html
│   ├── BUILDING.txt
│   ├── cgi-howto.html
│   ├── changelog.html
│   ├── class-loader-howto.html
│   ├── cluster-howto.html
│   ├── config
│   │   ├── ajp.html
│   │   ├── cluster-channel.html
│   │   ├── cluster-deployer.html
│   │   ├── cluster.html
│   │   ├── cluster-interceptor.html
│   │   ├── cluster-listener.html
│   │   ├── cluster-manager.html
│   │   ├── cluster-membership.html
│   │   ├── cluster-receiver.html
│   │   ├── cluster-sender.html
│   │   ├── cluster-valve.html
│   │   ├── context.html
│   │   ├── engine.html
│   │   ├── executor.html
│   │   ├── globalresources.html
│   │   ├── host.html
│   │   ├── http.html
│   │   ├── index.html
│   │   ├── listeners.html
│   │   ├── loader.html
│   │   ├── manager.html
│   │   ├── realm.html
│   │   ├── resources.html
│   │   ├── server.html
│   │   ├── service.html
│   │   ├── systemprops.html
│   │   └── valve.html
│   ├── connectors.html
│   ├── default-servlet.html
│   ├── deployer-howto.html
│   ├── developers.html
│   ├── extras.html
│   ├── funcspecs
│   │   ├── fs-admin-apps.html
│   │   ├── fs-admin-objects.html
│   │   ├── fs-admin-opers.html
│   │   ├── fs-default.html
│   │   ├── fs-invoker.html
│   │   ├── fs-jdbc-realm.html
│   │   ├── fs-jndi-realm.html
│   │   ├── fs-memory-realm.html
│   │   ├── index.html
│   │   └── mbean-names.html
│   ├── html-manager-howto.html
│   ├── images
│   │   ├── add.gif
│   │   ├── asf-logo.gif
│   │   ├── code.gif
│   │   ├── design.gif
│   │   ├── docs.gif
│   │   ├── fix.gif
│   │   ├── printer.gif
│   │   ├── tomcat.gif
│   │   ├── tomcat.svg
│   │   ├── update.gif
│   │   └── void.gif
│   ├── index.html
│   ├── introduction.html
│   ├── jasper-howto.html
│   ├── jndi-datasource-examples-howto.html
│   ├── jndi-resources-howto.html
│   ├── logging.html
│   ├── manager-howto.html
│   ├── maven-jars.html
│   ├── mbeans-descriptor-howto.html
│   ├── monitoring.html
│   ├── proxy-howto.html
│   ├── realm-howto.html
│   ├── RELEASE-NOTES.txt
│   ├── RUNNING.txt
│   ├── security-manager-howto.html
│   ├── setup.html
│   ├── ssi-howto.html
│   ├── ssl-howto.html
│   ├── tribes
│   │   ├── faq.html
│   │   ├── introduction.html
│   │   └── setup.html
│   ├── virtual-hosting-howto.html
│   ├── WEB-INF
│   │   └── web.xml
│   └── windows-service-howto.html
├── host-manager
│   ├── images
│   │   ├── add.gif
│   │   ├── asf-logo.gif
│   │   ├── code.gif
│   │   ├── design.gif
│   │   ├── docs.gif
│   │   ├── fix.gif
│   │   ├── tomcat.gif
│   │   ├── update.gif
│   │   └── void.gif
│   ├── manager.xml
│   ├── META-INF
│   │   └── context.xml
│   └── WEB-INF
│   └── web.xml
├── manager
│   ├── 401.jsp
│   ├── images
│   │   ├── add.gif
│   │   ├── asf-logo.gif
│   │   ├── code.gif
│   │   ├── design.gif
│   │   ├── docs.gif
│   │   ├── fix.gif
│   │   ├── tomcat.gif
│   │   ├── update.gif
│   │   └── void.gif
│   ├── META-INF
│   │   └── context.xml
│   ├── sessionDetail.jsp
│   ├── sessionsList.jsp
│   ├── status.xsd
│   ├── WEB-INF
│   │   └── web.xml
│   └── xform.xsl
├── ROOT
│   ├── asf-logo-wide.gif
│   ├── build.xml
│   ├── favicon.ico
│   ├── index.html
│   ├── index.jsp
│   ├── RELEASE-NOTES.txt
│   ├── tomcat.gif
│   ├── tomcat-power.gif
│   ├── tomcat.svg
│   └── WEB-INF
│   └── web.xml
└── solr
├── admin.html
├── css
│   ├── chosen.css
│   └── styles
│   ├── analysis.css
│   ├── cloud.css
│   ├── common.css
│   ├── cores.css
│   ├── dashboard.css
│   ├── dataimport.css
│   ├── documents.css
│   ├── files.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--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
│   │   ├── 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
│   │   ├── 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.ajaxfileupload.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
│   ├── documents.js
│   ├── files.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
│   ├── documents.html
│   ├── files.html
│   ├── index.html
│   ├── logging.html
│   ├── plugins.html
│   ├── query.html
│   ├── replication.html
│   ├── schema-browser.html
│   └── threads.html
└── WEB-INF
├── lib
│   ├── antlr-runtime-3.5.jar
│   ├── asm-4.1.jar
│   ├── asm-commons-4.1.jar
│   ├── commons-cli-1.2.jar
│   ├── commons-codec-1.7.jar
│   ├── commons-configuration-1.6.jar
│   ├── commons-fileupload-1.2.1.jar
│   ├── commons-io-2.1.jar
│   ├── commons-lang-2.6.jar
│   ├── concurrentlinkedhashmap-lru-1.2.jar
│   ├── dom4j-1.6.1.jar
│   ├── guava-14.0.1.jar
│   ├── hadoop-annotations-2.2.0.jar
│   ├── hadoop-auth-2.2.0.jar
│   ├── hadoop-common-2.2.0.jar
│   ├── hadoop-hdfs-2.2.0.jar
│   ├── hppc-0.5.2.jar
│   ├── httpclient-4.3.1.jar
│   ├── httpcore-4.3.jar
│   ├── httpmime-4.3.1.jar
│   ├── joda-time-2.2.jar
│   ├── lucene-analyzers-common-4.7.0.jar
│   ├── lucene-analyzers-kuromoji-4.7.0.jar
│   ├── lucene-analyzers-phonetic-4.7.0.jar
│   ├── lucene-codecs-4.7.0.jar
│   ├── lucene-core-4.7.0.jar
│   ├── lucene-expressions-4.7.0.jar
│   ├── lucene-grouping-4.7.0.jar
│   ├── lucene-highlighter-4.7.0.jar
│   ├── lucene-join-4.7.0.jar
│   ├── lucene-memory-4.7.0.jar
│   ├── lucene-misc-4.7.0.jar
│   ├── lucene-queries-4.7.0.jar
│   ├── lucene-queryparser-4.7.0.jar
│   ├── lucene-spatial-4.7.0.jar
│   ├── lucene-suggest-4.7.0.jar
│   ├── noggit-0.5.jar
│   ├── org.restlet-2.1.1.jar
│   ├── org.restlet.ext.servlet-2.1.1.jar
│   ├── protobuf-java-2.5.0.jar
│   ├── solr-core-4.7.0.jar
│   ├── solr-solrj-4.7.0.jar
│   ├── spatial4j-0.4.1.jar
│   ├── wstx-asl-3.2.7.jar
│   └── zookeeper-3.4.5.jar
├── weblogic.xml
├── web.xml
└── web.xml.bak

177 directories, 1678 files

标签:

实例下载地址

solr使用案例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警