Ignore:
Timestamp:
2015-07-21T05:35:34+12:00 (9 years ago)
Author:
Georgiy Litvinov
Message:

Solr repo modifications for Solr side highlighing and snippets

Location:
gs3-extensions/solr/trunk/src/perllib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/perllib/solrbuilder.pm

    r29711 r30050  
    310310        # see TermsResponse termResponse = solrResponse.getTermsResponse();
    311311        #$schema_insert_xml .=  "indexed=\"true\" stored=\"false\" termVectors=\"true\" multiValued=\"true\" />\n";
    312         $schema_insert_xml .=  "indexed=\"true\" stored=\"false\" multiValued=\"true\" />\n";
     312        $schema_insert_xml .=  "indexed=\"true\" stored=\"true\" multiValued=\"true\" />\n";
    313313                #$schema_insert_xml .=  "indexed=\"true\" stored=\"true\" multiValued=\"true\" />\n";
    314314    }
  • gs3-extensions/solr/trunk/src/perllib/solrbuildproc.pm

    r29945 r30050  
    430430            if ($self->{'indexing_text'}) {
    431431                # we always strip html
    432                 $section_text = $self->preprocess_text($section_text, 1, "");
     432                &ghtml::htmlsafe($section_text);
     433                #$section_text = $self->preprocess_text($section_text, 1, "");
    433434            }
    434435            else {
Note: See TracChangeset for help on using the changeset viewer.