Speaker: Xavier Briand -- @xavierbriand https://twitter.com/xavierbriand
Slides: http://xavierbriand.github.com/training-solr
- Built on top of Lucene
- Companies include:
- Etsy
- AOL
- etc
- Relatively simple to install
- link: http://solarium-project.org
- bundle: nelmioSolariumBundle
- "One index, one schema, n fields"
- src: ./config/schema.xml
<fields>
<field name="id" type="string" indexed="true" stored="true" required="true" />
<!-- etc... -->
</fields>
- Get solarium, form query, store.
- Inject to Twig in "for" loop.
-
TF-IDF
-
Coord
-
lengthNorm
-
Boost
- Title > text
<field name="title" type="text_general" indexed="true" stored="true" />
- Means to organize results