| Line 25: | |||
| "200", a performance as high as 10000 docs/sec has been seen with Solr-RA 3.4. | "200", a performance as high as 10000 docs/sec has been seen with Solr-RA 3.4. | ||
| + | To enable real time faceting: | ||
| + | Add | ||
| + | <realtime visible="200" facet="true">true</realtime> | ||
| + | <library>rankingalgorithm</library> | ||
| + | Note: with real time faceting at high update, you may experience performance problems | ||
| </pre> | </pre> | ||
| '''Adding documents''' | '''Adding documents''' | ||
| + | |||
| Line 31: | |||
| <pre> | <pre> | ||