Displaying 2 results from an estimated 2 matches for "districtid".
2009 Dec 09
2
Problem with if statement
I am trying to use the value of an ID variable in an if statement and
not getting the results I expected.
# ID values for two school districts
> with(rf, tapply(DistrictID, DistrictName, min) )
Aberdeen School Dist. # 58 Buhl Joint School District
59340 53409
This creates DNAME as I expected ...
rf$DNAME[rf$DistrictID==59340] <- 'Aberdeen'
rf$DNAME[rf$DistrictID==53409] <-...
2006 Mar 09
1
Missing fields in search result
...NIZED)
doc << Field.new("sector", company.sector.name, Field::Store::YES,
Field::Index::UNTOKENIZED)
doc << Field.new("parentsector",
company.sector.breadcrumb.first.name, Field::Store::YES,
Field::Index::UNTOKENIZED)
doc << Field.new("districtid", company.district_id,
Field::Store::NO, Field::Index::UNTOKENIZED)
doc << Field.new("district", company.district.name,
Field::Store::YES, Field::Index::UNTOKENIZED)
doc << Field.new("sales", sprintf(''%010.4f'', company.sales),
Fi...