Dennias

Results 4 issues of Dennias

* API * Query * query_string * highlighting * Aggregation * date_range * Param: * Query * GLOBAL: from * Should: minimum_should_match * Aggregation: * Terms: min_doc_count, size

- When submit a python spark job using the command: `spark-submit --master spark://192.168.10.67:7077 --deploy-mode client --packages com.stratio.datasource:spark-mongodb_2.11:0.12.0 sqls/spark_mgdb_sql/spsql_v2.0.py` - Error occurs: # [ERROR] [10/08/2016 16:41:35.993] [mongodbClientFactory-akka.actor.default-dispatcher-3] [akka://mongodbClientFactory/user/mongoConnectionActor] host and port...

[ERROR] [10/08/2016 16:41:35.993] [mongodbClientFactory-akka.actor.default-dispatcher-3] [akka://mongodbClientFactory/user/mongoConnectionActor] host and port should be specified in host:port format com.mongodb.MongoException: host and port should be specified in host:port format at com.mongodb.ServerAddress.(ServerAddress.java:95) at com.mongodb.ServerAddress.(ServerAddress.java:53) at com.stratio.datasource.mongodb.client.MongodbClientActor.com$stratio$datasource$mongodb$client$MongodbClientActor$$doGetClient(MongodbClientActor.scala:108)...

As title said, examples show me the code that loading a whole data set from the mongodb collection: `job_ctx.read.format(source_format).options(host=mongo_url, database=db, collection=col).load()` But I don't need the whole set and what...