search for: raw_text

Displaying 1 result from an estimated 1 matches for "raw_text".

Did you mean: draw_text
2010 Jun 10
0
Exception: Key too long
...this > translates to a term length limit of 245 bytes. > If you are using Xapian >= 1.0.3 then the term limit should be checked > when you call add_document() or replace_document(). I'm using trunk, r13989. Ok, I have my stupid hat on this morning, so please bear with me: ... # $raw_text could contain up to 110k of text. $analyzer->index_text ($raw_text, ...); $index->add_spelling(...foreach word in $raw_text...); ... $index->add_document($xpdoc); ... Now, when you say I need to truncate my term lengths to 240, what exactly are we talking about? Truncating $raw_text is o...