| commit | df4c1635eb2ce06208fad265460a10f14a55820c | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Thu Aug 17 16:56:30 2017 +0200 |
| committer | Akron <nils@diewald-online.de> | Thu Aug 17 16:56:30 2017 +0200 |
| tree | 72378a133d90acc497f679028bdcdc1a26ae68cf | |
| parent | 4037dd492504c5c33cbfb977794861755619fe70 [diff] [blame] |
Introduced stored fields
diff --git a/lib/Krawfish/Index/Segment.pm b/lib/Krawfish/Index/Segment.pm index e23dcaf..0a0a2dd 100644 --- a/lib/Krawfish/Index/Segment.pm +++ b/lib/Krawfish/Index/Segment.pm
@@ -165,6 +165,7 @@ # Create term index for fields my $fields = $doc->fields; foreach (@$fields) { + next if $_->type eq 'store'; if (DEBUG) { print_log('seg', 'Added field #' . $_->term_id . ' for doc_id=' . $doc_id); };