Displaying 2 results from an estimated 2 matches for "sectorid".
Did you mean:
sector_id
2007 Nov 24
2
truncated fields with RODBC
...ta truncated in column 'grids'
The structure of the dataframe that I'm trying to
store looks like this:
> str(Grids)
'data.frame': 9 obs. of 4 variables:
$ ScoutDate: chr "2007-10-11" "2007-10-11"
"2007-10-11" "2007-10-11" ...
$ SectorId : int 93 93 93 93 93 93 93 93 93
$ Trait : chr "eTop" "eMB" "nTop" "nMB" ...
$ Grids : chr "0 0 0 0 0 0 0 53 6064 2364 61 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 74 482
524 51 0 0 157 316 0 0 0 0 0 0 0 0 0 0 0"|
__truncated__ &q...
2006 Mar 09
1
Missing fields in search result
...S,
Field::Index::UNTOKENIZED)
doc << Field.new("city", company.address.city, Field::Store::YES,
Field::Index::UNTOKENIZED)
doc << Field.new("street", company.address.street,
Field::Store::YES, Field::Index::TOKENIZED)
doc << Field.new("sectorid", company.sector_id, Field::Store::NO,
Field::Index::UNTOKENIZED)
doc << Field.new("parentsectorid", (company.sector.parent_id ||
""), Field::Store::NO, Field::Index::UNTOKENIZED)
doc << Field.new("sector", company.sector.name, Field::Sto...