Displaying 1 result from an estimated 1 matches for "investorstreet".
2006 Mar 09
1
Missing fields in search result
...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.company_group.address.zip,
Field::Store::YES, Field::Index::UNTOKENIZED)
index << doc
logger.info "URL: " + doc["...