indexer indexes formatcols options for number columns
Lucene Oracle Integration using Data Cartridge API
Brought to you by:
mochoa
hi,
not having gained a full understanding of oracle column to lucene field type mapping i requested the indexer to aplly a "FormatCols:ARTIKEL_ID(NOT_ANALYZED)" on an oracle number column. looking up the indexing trace i found that the indexer delivers the following values to lucene "indexed<ARTIKEL_ID:NOT_ANALYZED72388848>". this seems to be another example of the poor input control interface of ldi, see bug 3317383 as well. again, ldi should either throw an error concerning the invalid format of a number column or adjust the wrong setting silently.
p