SOLR Article Integration
- SOLR principle
- Solrcloud introduction of distributed full-text retrieval system http://my.oschina.net/004/blog/175768
- constructs an index word breaker .
- SOLR's Chinese participle. http://blog.csdn.net/zhu_tianwei/article/details/46711511
- query participle.
- SOLR uses custom Query Parser
Http://blog.chenlb.com/2010/08/solr-use-custom-query-parser.html
- query parameters.
- SOLR Query Detailed http://www.cnblogs.com/johnwood/p/3449118.html
- SOLR uses custom Query Parser. Http://www.jisu3d.com/2010/0526/22459.html
The query results are sorted. ranked Retrieval
- SOLRJ Sort sample Rollup. Http://blog.sina.com.cn/s/blog_4d58e3c00101h5xc.html
- Discussion on the sorting scoring rules of SOLR search http://elastos.org/redmine/boards/23/topics/348
- SOLR sets weights for different fields and searches based on relevance and business field synthesis
Http://outofmemory.cn/java/solr/search-function-query-effect-result-order
- SOLR in Action note (2) scoring mechanism (similarity calculation) http://www.cnblogs.com/rcfeng/p/4067896.html
related searches, spell-checking, spellcheck.
- SOLR Baidu Related search similar function implementation http://www.sxt.cn/u/2715/blog/4240
- SOLR Search configuration associated word synonyms. http://my.oschina.net/baowenke/blog/104019
- A little trial of SOLR's spellcheck. Http://blog.chenlb.com/2009/02/try-solr-spellcheck.html
- The result is highlighted .
- SOLR Study Note Four: Understanding SOLR query syntax. HTTP://WWW.GUOWEIWEI.COM/ARCHIVES/830 is also configured through a file.
- Highlighting and automatic completion. Http://wenku.baidu.com/link?url= 13c4goagyctbruygyamsotmg-72d6dgr5bl20wdtyduzptvyzabcytkkx9bzmfqthztyq5jieectk6jnfvnxz_ri6ywmg85nzs8a4vrd7sa
- Faceting
- Autosuggest
- result statistics stats, url parameter, add stats=true
- More like this component, similar document search.
- Debug Component, debug mode on, check the return results of the specific parameters, &debugquery=true.
- SOLR Cloud
- SOLR when initializing a collection, you can set the Sharednumber,shard splitting, in the shared save document reached the threshold, or receive the API command, can split into multiple.
- Shared Split:http://host:port/solr/admin/collections?collection=[your_collection_name]&shard=[shard_name] &action=splitshard
- Cache
- SOLRJ Example
- SOLRJ Query Example Http://www.solrtutorial.com/solrj-tutorial.html
- http://www.solr.cc/blog/?p=1296
- use the SOLR system.
- Summary of simple search system composition
Http://www.wklken.me/posts/2014/06/09/search-system.html
- Use Apache SOLR for a more dexterous search, part 1th: Basic features and SOLR mode http://www.ibm.com/developerworks/cn/java/j-solr1/
- Document Information
- CSDN PDF:HTTP://WWW.CSDN.NET/TAG/SOLR
- Youku Profile: HTTP://I.YOUKU.COM/SOLRCN
- SOLR Query Log mining .
- About search Mining wanted http://jm-blog.aliapp.com/?p=2110
.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
SOLR Article Integration