pxslip / laravel-scout-solr

A Laravel Scout Engine for Apache Solr
MIT License
18 stars 14 forks source link

Allow to configure options on the FacetSet #8

Closed krtek4 closed 5 years ago

krtek4 commented 5 years ago

Hi,

For a project I have more than the default 100 facet results so I need to set the limt on the FacetSet instance.

Instead of creating methods for each possible options, I decided to create an array of options and setting them all in one go using setOptions.

What do you think ?

pxslip commented 5 years ago

I like your solution, clean and simple.