search for: investorc

Displaying 1 result from an estimated 1 matches for "investorc".

Did you mean: investors
2006 Mar 09
1
Missing fields in search result
...::Index::TOKENIZED) doc << Field.new("state", company.state.name, Field::Store::YES, Field::Index::UNTOKENIZED) doc << Field.new("investorname", company.company_group.name, Field::Store::YES, Field::Index::UNTOKENIZED) doc << Field.new("investorcity", company.company_group.address.city, Field::Store::YES, Field::Index::UNTOKENIZED) doc << Field.new("investorstreet", company.company_group.address.street, Field::Store::YES, Field::Index::TOKENIZED) doc << Field.new("investorzip", company.co...