Gespeicherter Index Token Index biz 2 example 1 hard 2,3 how 1,3 index 1,3 show 1,2 solr 1,3 work 1,2,3 Index Document 1 This example shows how SOLR's tokenizing/indexing works... 2 Show-biz is hard work! 3 How hard is the work with a solr index? *stark vereinfacht
■ ~500’000 Wörter (Duden) ■ = max. Index-Tokens ■ Wachstum des Indexes verringert sich / bleibt konstant ■ Suche wird nicht langsamer Anzahl Artikel Index Grösse Index Grösse
■ Feature-Complete Solr Library ○ Geschrieben in PHP ○ Facet support ○ Query building API ○ Plugin system ○ DisMax support ■ http://www.solarium-project.org/ Solarium
■ nelmio/solarium-bundle ■ Schnelle Abfragen ■ Sortierte Listen ■ Volltextsuche “out of the box” ■ Geeignet für grosse Dokumentarchive ■ Keine Relationen Document Store
■ Solr ist kein RDBMS! ■ Hält viele Daten, unterstützt aber keine Strukturen ■ Optionen ○ Denormalisierung ○ Object-Hydration (bspw. über Doctrine ORM) ○ Polyglot-Persistence Relationen