tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

Solandra - make LucandraFieldCache optional #92

Closed ceocoder closed 13 years ago

ceocoder commented 13 years ago

made your implementation of LucandraFieldCache optional and disabled by default,

on start-up on a bare node FC CF will be created but won't be used

jhorman commented 13 years ago

Can I ask (not sure if you answered this somewhere) why you did this. We are experiencing a problem with sorting in solandra, and we aren't yet sure if the LucandraFieldCache is the issue. I am planning on compiling my own version with this change to see.