# File lib/ferret/field_symbol.rb, line 78
78:     def initialize(symbol, desc = false)
79:       @symbol = symbol
80:       @desc = desc
81:     end