Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
[REPEKA-941] Add term vector option to large texts in elasticsearch
Browse files Browse the repository at this point in the history
Change-Id: I33794c7a2ab9c2852fc8f2a65f5ee72cc1688ed6
  • Loading branch information
pietrzykkevin authored and karolkozak committed May 21, 2019
1 parent be00f39 commit 12d73ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Repeka/Application/Elasticsearch/Mapping/ESMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public static function getMapping($elasticaType): Mapping {
'path_match' => '*.value_file',
'mapping' => [
'type' => 'text',
'term_vector'=> 'with_positions_offsets',
],
],
],
Expand Down

0 comments on commit 12d73ef

Please sign in to comment.