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