File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
java/org/culturegraph/mf/elasticsearch
test/java/org/culturegraph/mf/elasticsearch Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .elasticsearch ;
17
17
18
18
import java .io .IOException ;
19
19
import java .io .StringWriter ;
29
29
import org .culturegraph .mf .framework .annotations .In ;
30
30
import org .culturegraph .mf .framework .annotations .Out ;
31
31
import org .culturegraph .mf .framework .helpers .DefaultObjectPipe ;
32
+ import org .culturegraph .mf .stream .converter .JsonEncoder ;
32
33
33
34
import com .fasterxml .jackson .databind .ObjectMapper ;
34
35
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ add-oreaggregation org.culturegraph.mf.stream.pipe.OreAggregationAdder
137
137
digest-file org.culturegraph.mf.files.FileDigestCalculator
138
138
reorder-triple org.culturegraph.mf.triples.TripleReorder
139
139
140
- json-to-elasticsearch-bulk org.culturegraph.mf.stream.converter .JsonToElasticsearchBulk
140
+ json-to-elasticsearch-bulk org.culturegraph.mf.elasticsearch .JsonToElasticsearchBulk
141
141
142
142
remodel-pica-multiscript org.culturegraph.mf.stream.pipe.PicaMultiscriptRemodeler
143
143
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .elasticsearch ;
17
17
18
18
import static org .mockito .Mockito .verify ;
19
19
import static org .mockito .Mockito .verifyNoMoreInteractions ;
You can’t perform that action at this time.
0 commit comments