# File lib/thinking_sphinx/property.rb, line 41 def to_facet return nil unless @faceted ThinkingSphinx::Facet.new(self, @value_source) end