From 06fdfc8b48ddb3563b0cf4059b22eb64d96eef5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Viterbo=20Galv=C3=A3o?= Date: Mon, 27 Aug 2018 13:05:35 -0300 Subject: [PATCH] =?UTF-8?q?doc(Altera=C3=A7=C3=A3o):=20Altera=C3=A7=C3=A3o?= =?UTF-8?q?=20na=20configura=C3=A7=C3=A3o=20do=20driver=20pelo=20XML.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 31 ++++++------------------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/readme.md b/readme.md index 2748036..b7ca1e2 100644 --- a/readme.md +++ b/readme.md @@ -154,31 +154,15 @@ cp ~/SolrMongoDBDataImporter/target/solrMongoDBDataImporter-1.0.jar . username="admin" password="admin123"/> - - @@ -206,9 +190,6 @@ cp ~/SolrMongoDBDataImporter/target/solrMongoDBDataImporter-1.0.jar . #### Entity tag properties * **collection**: The name of collection you wanth extract the data. -* **findQuery**: MongoDB find query you want to execute on full import. -* **findDeltaQuery**: MongoDB find query you want to execute on delta import. -* **aggregationQuery**: MongoDB aggregation query of you want to execute on full import. -* **aggregationDeltaQuery**: MongoDB aggregation query of you want to execute on delta import. -* **aggregationDeltaImportQuery**: MongoDB aggregation query that will execute for each unique result of "aggregationDeltaQuery". -* **findDeltaImportQuery**: MongoDB find query that will execute for each unique result of "findDeltaQuery". \ No newline at end of file +* **fullDumpQuery**: MongoDB query for full import process. +* **findDeltaQuery**: MongoDB query for delta import process. +* **deltaDumpQuery**: MongoDB query to import a single record. It will be executed for each result of each item in the delta import process. \ No newline at end of file