Switch to unified view
a/src/internfile/internfile.h | b/src/internfile/internfile.h | ||
---|---|---|---|
... |
... |
||
118 | * best. This is only used at query time, the idoc was built from index |
118 | * best. This is only used at query time, the idoc was built from index |
119 | * data. |
119 | * data. |
120 | */ |
120 | */ |
121 | FileInterner(const Rcl::Doc& idoc, RclConfig *cnf, TempDir &td, |
121 | FileInterner(const Rcl::Doc& idoc, RclConfig *cnf, TempDir &td, |
122 | int flags); |
122 | int flags); |
123 | |||
124 | /** |
||
125 | * Build sig for doc coming from rcldb. This is here because we know how |
||
126 | * to query the right backend */ |
||
127 | static bool makesig(const Rcl::Doc& idoc, string& sig); |
||
123 | 128 | ||
124 | ~FileInterner(); |
129 | ~FileInterner(); |
125 | 130 | ||
126 | void setMissingStore(FIMissingStore *st) |
131 | void setMissingStore(FIMissingStore *st) |
127 | { |
132 | { |