Project

General

Profile

« Previous | Next » 

Revision 220

Fixed bug where TEXT nodes couldn't be longer than 4000 characters, which
is the maximum length of a VARCHAR2 field in Oracle. Now, if text
exceeds the field length, I break the text up into a series of TEXT
nodes each of the max field length, and the remainder in the last
TEXT node. The only problem with this is that our current search
algorithms only will find phrases within a single TEXT nodes, so if
the search term spans the node boundary, the search algorithm will not
return a hit. I expect this is extremely rare, basically inconsequential.

  • added
  • modified
  • copied
  • renamed
  • deleted