Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created March 24, 2017 08:28
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 masahitojp/21a1993a839d77eeda4d049e8f817d31 to your computer and use it in GitHub Desktop.
Save masahitojp/21a1993a839d77eeda4d049e8f817d31 to your computer and use it in GitHub Desktop.
How to study Solr

How to study solr

Links

http://www.soum.co.jp/misc/toza/apache-solr/ https://cwiki.apache.org/confluence/display/solr/Analyzers http://d.hatena.ne.jp/knaka20blue/20131211/1386736097 http://lucene.apache.org/core/4_0_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/WordDelimiterFilter.html#SPLIT_ON_CASE_CHANGE http://stackoverflow.com/questions/40744020/solr-doesnt-suggest-names-with-dot-inside http://stackoverflow.com/questions/4975229/schema-xml-configuration-for-file-names http://stackoverflow.com/questions/19995804/search-suffix-word-solr-4-5-1 http://stackoverflow.com/questions/28807427/edgengramfilterfactory-change-in-solr5 http://stackoverflow.com/questions/38722296/how-to-use-more-than-one-multivalued-field-in-solr-search http://d.hatena.ne.jp/kahnn/20130828/1377645204 https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.EdgeNGramFilterFactory http://www.ari-hiro.com/blog/2013/09/01/solr-autocomplete http://d.hatena.ne.jp/Kazuhira/20130725/1374764552 http://blog.flect.co.jp/labo/2012/10/solr40schemaxml-bf12.html https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-EdgeN-GramFilter https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters http://stackoverflow.com/questions/3071210/what-is-the-difference-between-edgengramtokenizerfactory-edgengramfilterfactory https://cwiki.apache.org/confluence/display/solr/Tokenizers#Tokenizers-EdgeN-GramTokenizer https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-EdgeN-GramFilter

elasticserch も参考になる

http://qiita.com/yukiB/items/c8a806bf380aec33b965

tokenizer/fileter/ char filter

http://d.hatena.ne.jp/kahnn/20130828/1377645204

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment