Ignore:
Timestamp:
2008-08-30T07:35:20+12:00 (16 years ago)
Author:
kjdon
Message:

changed way cjk separation is done. Not done in plugins any more, but is now an indexoption. cnseg called from filter_text method. generate_index_options sets up the field in buildproc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/lucenebuildproc.pm

    r16506 r17110  
    270270        }
    271271        # filter the text
    272         $self->filter_text ($field, $new_text);
     272        $new_text = $self->filter_text ($field, $new_text);
    273273        $self->{'num_processed_bytes'} += length ($new_text);
    274274
Note: See TracChangeset for help on using the changeset viewer.