Displaying 1 result from an estimated 1 matches for "investornam".
Did you mean:
investorname
2006 Mar 09
1
Missing fields in search result
...ore::YES,
Field::Index::TOKENIZED)
doc << Field.new("products", company.products, Field::Store::YES,
Field::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_gro...